Mercurial > emacs
changeset 80121:288a07952e03
Add "Point before start of properties" bug.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 15 Feb 2008 16:07:51 +0000 |
parents | 09b5c9664c42 |
children | a9b55a84008e |
files | etc/PROBLEMS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Thu Feb 14 02:42:45 2008 +0000 +++ b/etc/PROBLEMS Fri Feb 15 16:07:51 2008 +0000 @@ -2096,6 +2096,12 @@ 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.