--- Comment #8 from kkojima at gcc dot gnu dot org 2007-05-13 02:41 ---
The testcase fails with 3.4.6, but doesn't fail with 4.0 and later
compilers. So I'd like to close this PR as WONTFIX because 3.4 was
frozen.
--
kkojima at gcc dot gnu dot org changed:
What|Remov
--- Comment #7 from mnylund at emtrion dot de 2006-07-12 11:17 ---
Here's a workaround for the bug (gcc-3.4.4 qt-3.3.6):
- build with -O1 is ok
- build with -O2 leads to ICE
- build with -O2 -fno-schedule-insns2 is OK
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250
--- Additional Comments From sieb at sscd dot de 2005-07-01 11:50 ---
For the qt-embedded-3.3.4 case:
Cross compiler built with --enable-checking gives:
dialogs/qcolordialog.cpp: In member function `void
QWellArray::_ZThn8_N10QWellArrayD1Ev()':
dialogs/qcolordialog.cpp:221: internal com
--- Additional Comments From sieb at sscd dot de 2005-07-01 10:23 ---
Cross compiler built with --enable-checking gives
kernel/qdnd_qws.cpp: In member function `void
QDropEvent::_ZThn12_N10QDropEventD1Ev()':
kernel/qdnd_qws.cpp:157: internal compiler error: in pool_alloc, at
alloc-pool.
--- Additional Comments From sieb at sscd dot de 2005-07-01 08:44 ---
Created an attachment (id=9185)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9185&action=view)
Preprocessed source for qt--embedded-3.3.4 ICE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250
--- Additional Comments From sieb at sscd dot de 2005-07-01 08:42 ---
Compiling qt-embedded-free-3.3.4 yields a similar ICE:
sh4-linux-g++ -v -save-temps -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W
-O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_THREAD_SUP
--- Additional Comments From sieb at sscd dot de 2005-06-30 13:35 ---
Created an attachment (id=9178)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9178&action=view)
Preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-30
13:34 ---
Make sure that you attach the preprocessed source.
--
What|Removed |Added
Keywords