* PROBLEMS: Document gcc-4.5 bug (Bug#6031).

This commit is contained in:
Chong Yidong 2010-04-27 11:36:16 -04:00
parent 29c483402a
commit 5a7f1eb114
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-04-27 Chong Yidong <cyd@stupidchicken.com>
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
2010-04-23 Kenichi Handa <handa@m17n.org>
* HELLO: Adjust Burmese for Unicode 5.2 encoding.

View file

@ -167,6 +167,17 @@ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344
* Crash bugs
** Emacs crashes when running in a terminal, if compiled with gcc-4.5.
This version of GCC is buggy: see
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6031
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
You can work around this error in gcc-4.5 by omitting sibling call
optimization. To do this, configure Emacs with
CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
** Emacs crashes in x-popup-dialog.
This can happen if the dialog widget cannot find the font it wants to