comparison etc/PROBLEMS @ 108359:5c0ae0e21681

* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 Apr 2010 11:36:16 -0400
parents dd8a8fd1397e
children 243bfb706af1
comparison
equal deleted inserted replaced
108358:12652a85296d 108359:5c0ae0e21681
165 165
166 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 166 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
173 use. You can work around the problem by specifying another font with 184 use. You can work around the problem by specifying another font with
174 an X resource--for example, `Emacs.dialog*.font: 9x15' (or any font that 185 an X resource--for example, `Emacs.dialog*.font: 9x15' (or any font that