aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorChong Yidong2008-02-15 16:07:51 +0000
committerChong Yidong2008-02-15 16:07:51 +0000
commitff31fb954a7d7ec9f7f9e709f599e10b0fc2f3df (patch)
tree529928139e0c06206a65df95f834f3a350d35193 /etc/PROBLEMS
parentc273429337771fd0318b4f45cbd21eed4bf48e4d (diff)
downloademacs-ff31fb954a7d7ec9f7f9e709f599e10b0fc2f3df.tar.gz
emacs-ff31fb954a7d7ec9f7f9e709f599e10b0fc2f3df.zip
Add "Point before start of properties" bug.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bf383b2ee5b..9d5d7e3aa1c 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2096,6 +2096,12 @@ that should read:
2096 2096
2097Note the lower case <t>. Changing this line should make C-t work. 2097Note the lower case <t>. Changing this line should make C-t work.
2098 2098
2099*** On Solaris, Emacs fails to set menu-bar-update-hook on startup, with error
2100"Error in menu-bar-update-hook: (error Point before start of properties)".
2101This seems to be a GCC optimization bug that occurs for GCC 4.1.2 (-g
2102and -g -O2) and GCC 4.2.3 (-g -O and -g -O2). You can fix this by
2103compiling with GCC 4.2.3 or CC 5.7, with no optimizations.
2104
2099** Irix 2105** Irix
2100 2106
2101*** Irix 6.5: Emacs crashes on the SGI R10K, when compiled with GCC. 2107*** Irix 6.5: Emacs crashes on the SGI R10K, when compiled with GCC.