diff options
| author | Chong Yidong | 2010-04-27 11:36:16 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-04-27 11:36:16 -0400 |
| commit | 5a7f1eb1143895daee7d8919f8d177079d492b7f (patch) | |
| tree | f890c027305ff74df293e319292f6b8283945048 /etc/PROBLEMS | |
| parent | 29c483402a0e773a4c390c8a703897a414035006 (diff) | |
| download | emacs-5a7f1eb1143895daee7d8919f8d177079d492b7f.tar.gz emacs-5a7f1eb1143895daee7d8919f8d177079d492b7f.zip | |
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8c76fe20e0a..63454777080 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -167,6 +167,17 @@ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 | |||
| 167 | 167 | ||
| 168 | * Crash bugs | 168 | * Crash bugs |
| 169 | 169 | ||
| 170 | ** Emacs crashes when running in a terminal, if compiled with gcc-4.5. | ||
| 171 | This version of GCC is buggy: see | ||
| 172 | |||
| 173 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6031 | ||
| 174 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904 | ||
| 175 | |||
| 176 | You can work around this error in gcc-4.5 by omitting sibling call | ||
| 177 | optimization. To do this, configure Emacs with | ||
| 178 | |||
| 179 | CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure | ||
| 180 | |||
| 170 | ** Emacs crashes in x-popup-dialog. | 181 | ** Emacs crashes in x-popup-dialog. |
| 171 | 182 | ||
| 172 | This can happen if the dialog widget cannot find the font it wants to | 183 | This can happen if the dialog widget cannot find the font it wants to |