From: Chong Yidong Date: Fri, 15 Feb 2008 16:07:51 +0000 (+0000) Subject: Add "Point before start of properties" bug. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/ff31fb954a7d7ec9f7f9e709f599e10b0fc2f3df?ds=sidebyside;hp=c273429337771fd0318b4f45cbd21eed4bf48e4d Add "Point before start of properties" bug. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bf383b2ee5..9d5d7e3aa1 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2096,6 +2096,12 @@ that should read: Note the lower case . Changing this line should make C-t work. +*** On Solaris, Emacs fails to set menu-bar-update-hook on startup, with error +"Error in menu-bar-update-hook: (error Point before start of properties)". +This seems to be a GCC optimization bug that occurs for GCC 4.1.2 (-g +and -g -O2) and GCC 4.2.3 (-g -O and -g -O2). You can fix this by +compiling with GCC 4.2.3 or CC 5.7, with no optimizations. + ** Irix *** Irix 6.5: Emacs crashes on the SGI R10K, when compiled with GCC.