summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-02-15 16:07:51 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-02-15 16:07:51 +0000
commit434b88dbaa013f306b17dd5460da2340eeb4d4ef (patch)
tree033899af8ef519eec42c21b7807b9ed689316a65 /etc
parent3032b23b8951793f768c8790f4b6b1a1244c36a8 (diff)
downloademacs-434b88dbaa013f306b17dd5460da2340eeb4d4ef.tar.gz
Add "Point before start of properties" bug.
Diffstat (limited to 'etc')
-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:
Note the lower case <t>. 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.