[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99787: * PROBLEMS: Document gcc-4
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99787: * PROBLEMS: Document gcc-4.5 bug (Bug#6031). |
Date: |
Tue, 27 Apr 2010 11:36:16 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99787
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-04-27 11:36:16 -0400
message:
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
modified:
etc/ChangeLog
etc/PROBLEMS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog 2010-04-23 02:14:40 +0000
+++ b/etc/ChangeLog 2010-04-27 15:36:16 +0000
@@ -1,3 +1,7 @@
+2010-04-27 Chong Yidong <address@hidden>
+
+ * PROBLEMS: Document gcc-4.5 bug (Bug#6031).
+
2010-04-23 Kenichi Handa <address@hidden>
* HELLO: Adjust Burmese for Unicode 5.2 encoding.
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS 2010-03-27 12:52:55 +0000
+++ b/etc/PROBLEMS 2010-04-27 15:36:16 +0000
@@ -167,6 +167,17 @@
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99787: * PROBLEMS: Document gcc-4.5 bug (Bug#6031).,
Chong Yidong <=