public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot
@ 2005-06-30 13:33 sieb at sscd dot de
  2005-06-30 13:34 ` [Bug target/22250] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-06-30 13:33 UTC (permalink / raw)
  To: gcc-bugs

This seems to be -O2 related as compiling in debug mode doesn't produce this ICE.

Compiler output from -v -save-temps:

sh4-linux-g++ -v -save-temps  -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC
-DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_OPENSOURCE -DQT_NO_CAST_TO_ASCII
-DQT_MOC_COMPAT -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DQT_RASTER_IMAGEENGINE
-DQT_RASTER_PAINTENGINE -DQT_HAVE_FREETYPE -DQT_NO_STYLE_MAC
-DQT_NO_STYLE_WINDOWSXP -DQT_NO_DEBUG -DQT_CORE_LIB
-I/home/alex/src/qt-embedded-opensource-desktop-4.0.0-snapshot-20050629/mkspecs/qws/linux-sh4-g++
-I. -I../../include/QtCore -I../../include -I../../include/QtGui
-I../3rdparty/freetype/src -I../3rdparty/freetype/include
-I../3rdparty/freetype/builds/unix -I../3rdparty/libpng -I../3rdparty/zlib
-I../3rdparty/opentype -I../../include/QtNetwork -I.moc/release-shared-emb-sh4
-I. -o .obj/release-shared-emb-sh4/qcolordialog.o dialogs/qcolordialog.cpp
sh4-linux-g++: warning: -pipe ignored because -save-temps specified
Reading specs from
/opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/specs
Configured with:
/home/alex/crosstool/crosstool-0.35/build/sh4-linux/gcc-3.4.4-glibc-2.2.5/gcc-3.4.4/configure
--target=sh4-linux --host=i686-host_pc-linux-gnu
--prefix=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux
--with-headers=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/sh4-linux/include
--with-local-prefix=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/sh4-linux
--disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit
--enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.4.4
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../libexec/gcc/sh4-linux/3.4.4/cc1plus
-E -quiet -v
-I/home/alex/src/qt-embedded-opensource-desktop-4.0.0-snapshot-20050629/mkspecs/qws/linux-sh4-g++
-I. -I../../include/QtCore -I../../include -I../../include/QtGui
-I../3rdparty/freetype/src -I../3rdparty/freetype/include
-I../3rdparty/freetype/builds/unix -I../3rdparty/libpng -I../3rdparty/zlib
-I../3rdparty/opentype -I../../include/QtNetwork -I.moc/release-shared-emb-sh4
-I. -iprefix
/opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/
-D_GNU_SOURCE -D_REENTRANT -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_OPENSOURCE
-DQT_NO_CAST_TO_ASCII -DQT_MOC_COMPAT -DFT_CONFIG_OPTION_SYSTEM_ZLIB
-DQT_RASTER_IMAGEENGINE -DQT_RASTER_PAINTENGINE -DQT_HAVE_FREETYPE
-DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSXP -DQT_NO_DEBUG -DQT_CORE_LIB
dialogs/qcolordialog.cpp -Wall -W -fPIC -O2 -o qcolordialog.ii
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 /home/alex/src/qt-embedded-opensource-desktop-4.0.0-snapshot-20050629/mkspecs/qws/linux-sh4-g++
 .
 ../../include/QtCore
 ../../include
 ../../include/QtGui
 ../3rdparty/freetype/src
 ../3rdparty/freetype/include
 ../3rdparty/freetype/builds/unix
 ../3rdparty/libpng
 ../3rdparty/zlib
 ../3rdparty/opentype
 ../../include/QtNetwork
 .moc/release-shared-emb-sh4
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/sh4-linux
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/backward
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/include
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/sys-include
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/sh4-linux
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/backward
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/sys-include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/include
End of search list.
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../libexec/gcc/sh4-linux/3.4.4/cc1plus
-fpreprocessed qcolordialog.ii -quiet -dumpbase qcolordialog.cpp -auxbase-strip
.obj/release-shared-emb-sh4/qcolordialog.o -O2 -Wall -W -version -fPIC -o
qcolordialog.s
GNU C++ version 3.4.4 (sh4-linux)
        compiled by GNU C version 3.4.3 20050227 (Red Hat 3.4.3-22.fc3).
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129319
dialogs/qcolordialog.cpp: In member function `void
QWellArray::_ZThn8_N10QWellArrayD1Ev()':
dialogs/qcolordialog.cpp:221: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: [sh4] ICE compiling qt-4.0.0-embedded snapshot
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sieb at sscd dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: sh4-unknown-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
@ 2005-06-30 13:34 ` pinskia at gcc dot gnu dot org
  2005-06-30 13:36 ` sieb at sscd dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-30 13:34 UTC (permalink / raw)
  To: gcc-bugs


------- 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|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
  2005-06-30 13:34 ` [Bug target/22250] " pinskia at gcc dot gnu dot org
@ 2005-06-30 13:36 ` sieb at sscd dot de
  2005-07-01  8:43 ` sieb at sscd dot de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-06-30 13:36 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
  2005-06-30 13:34 ` [Bug target/22250] " pinskia at gcc dot gnu dot org
  2005-06-30 13:36 ` sieb at sscd dot de
@ 2005-07-01  8:43 ` sieb at sscd dot de
  2005-07-01  8:44 ` sieb at sscd dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-07-01  8:43 UTC (permalink / raw)
  To: gcc-bugs


------- 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_SUPPORT -DQT_NO_CUPS -DQT_NO_NIS -DQT_NO_IMAGEIO_MNG
-DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT
-DQT_NO_STYLE_POCKETPC -DQT_NO_QWS_VFB -DQT_NO_QWS_VNC -DQT_NO_QWS_VGA16
-DQT_NO_QWS_TRANSFORMED -DQT_NO_QWS_SNAP -DQT_NO_QWS_MACH64 -DQT_NO_QWS_VOODOO3
-DQT_NO_QWS_MATROX -DQT_NO_QWS_SHADOWFB -DQT_NO_QWS_REPEATER
-DQT_NO_QWS_KBD_SL5000 -DQT_NO_QWS_KBD_USB -DQT_NO_QWS_KBD_YOPY
-DQT_NO_QWS_KBD_VR41 -DQT_NO_QWS_MOUSE_BUS -DQT_NO_QWS_MOUSE_LINUXTP
-DQT_NO_QWS_MOUSE_VR41 -DQT_NO_QWS_MOUSE_YOPY
-I/home/alex/src/qt/qt-embedded-free-3.3.4/mkspecs/qws/linux-sh4-g++ -I.
-I3rdparty/freetype/src -I3rdparty/freetype/include
-I3rdparty/freetype/builds/unix -I3rdparty/freetype2/include -I3rdparty/libpng
-I3rdparty/zlib -I../include -I.moc/release-shared-mt-emb-sh4/ -o
.obj/release-shared-mt-emb-sh4/qdnd_qws.o kernel/qdnd_qws.cpp
sh4-linux-g++: warning: -pipe ignored because -save-temps specified
Reading specs from
/opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/specs
Configured with:
/home/alex/crosstool/crosstool-0.35/build/sh4-linux/gcc-3.4.4-glibc-2.2.5/gcc-3.4.4/configure
--target=sh4-linux --host=i686-host_pc-linux-gnu
--prefix=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux
--with-headers=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/sh4-linux/include
--with-local-prefix=/home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/sh4-linux
--disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit
--enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.4.4
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../libexec/gcc/sh4-linux/3.4.4/cc1plus
-E -quiet -v
-I/home/alex/src/qt/qt-embedded-free-3.3.4/mkspecs/qws/linux-sh4-g++ -I.
-I3rdparty/freetype/src -I3rdparty/freetype/include
-I3rdparty/freetype/builds/unix -I3rdparty/freetype2/include -I3rdparty/libpng
-I3rdparty/zlib -I../include -I.moc/release-shared-mt-emb-sh4/ -iprefix
/opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/
-D_GNU_SOURCE -DQWS -D_REENTRANT -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_THREAD_SUPPORT -DQT_NO_CUPS -DQT_NO_NIS -DQT_NO_IMAGEIO_MNG
-DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT
-DQT_NO_STYLE_POCKETPC -DQT_NO_QWS_VFB -DQT_NO_QWS_VNC -DQT_NO_QWS_VGA16
-DQT_NO_QWS_TRANSFORMED -DQT_NO_QWS_SNAP -DQT_NO_QWS_MACH64 -DQT_NO_QWS_VOODOO3
-DQT_NO_QWS_MATROX -DQT_NO_QWS_SHADOWFB -DQT_NO_QWS_REPEATER
-DQT_NO_QWS_KBD_SL5000 -DQT_NO_QWS_KBD_USB -DQT_NO_QWS_KBD_YOPY
-DQT_NO_QWS_KBD_VR41 -DQT_NO_QWS_MOUSE_BUS -DQT_NO_QWS_MOUSE_LINUXTP
-DQT_NO_QWS_MOUSE_VR41 -DQT_NO_QWS_MOUSE_YOPY kernel/qdnd_qws.cpp -Wall -W
-fno-exceptions -fno-rtti -fPIC -O2 -o qdnd_qws.ii
ignoring nonexistent directory "3rdparty/freetype2/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/alex/src/qt/qt-embedded-free-3.3.4/mkspecs/qws/linux-sh4-g++
 .
 3rdparty/freetype/src
 3rdparty/freetype/include
 3rdparty/freetype/builds/unix
 3rdparty/libpng
 3rdparty/zlib
 ../include
 .moc/release-shared-mt-emb-sh4/
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/sh4-linux
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/backward
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/include
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/sys-include
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/sh4-linux
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../include/c++/3.4.4/backward
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/sys-include
 /home/alex/crosstool/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/lib/gcc/sh4-linux/3.4.4/../../../../sh4-linux/include
End of search list.
 /opt/sh4-gcc-3.4.4-glibc-2.2.5/gcc-3.4.4-glibc-2.2.5/sh4-linux/bin/../libexec/gcc/sh4-linux/3.4.4/cc1plus
-fpreprocessed qdnd_qws.ii -quiet -dumpbase qdnd_qws.cpp -auxbase-strip
.obj/release-shared-mt-emb-sh4/qdnd_qws.o -O2 -Wall -W -version -fno-exceptions
-fno-rtti -fPIC -o qdnd_qws.s
GNU C++ version 3.4.4 (sh4-linux)
        compiled by GNU C version 3.4.3 20050227 (Red Hat 3.4.3-22.fc3).
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129319
kernel/qdnd_qws.cpp: In member function `void
QDropEvent::_ZThn12_N10QDropEventD1Ev()':
kernel/qdnd_qws.cpp:157: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
                   ` (2 preceding siblings ...)
  2005-07-01  8:43 ` sieb at sscd dot de
@ 2005-07-01  8:44 ` sieb at sscd dot de
  2005-07-01 10:24 ` sieb at sscd dot de
  2005-07-01 11:51 ` sieb at sscd dot de
  5 siblings, 0 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-07-01  8:44 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
                   ` (3 preceding siblings ...)
  2005-07-01  8:44 ` sieb at sscd dot de
@ 2005-07-01 10:24 ` sieb at sscd dot de
  2005-07-01 11:51 ` sieb at sscd dot de
  5 siblings, 0 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-07-01 10:24 UTC (permalink / raw)
  To: gcc-bugs


------- 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.c:239

for the qt-embedded-3.3.4 case.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot
  2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
                   ` (4 preceding siblings ...)
  2005-07-01 10:24 ` sieb at sscd dot de
@ 2005-07-01 11:51 ` sieb at sscd dot de
  5 siblings, 0 replies; 7+ messages in thread
From: sieb at sscd dot de @ 2005-07-01 11:51 UTC (permalink / raw)
  To: gcc-bugs


------- 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 compiler error: in pool_alloc, at
alloc-pool.c:239
Please submit a full bug report,

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-07-01 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-30 13:33 [Bug target/22250] New: [sh4] ICE compiling qt-4.0.0-embedded snapshot sieb at sscd dot de
2005-06-30 13:34 ` [Bug target/22250] " pinskia at gcc dot gnu dot org
2005-06-30 13:36 ` sieb at sscd dot de
2005-07-01  8:43 ` sieb at sscd dot de
2005-07-01  8:44 ` sieb at sscd dot de
2005-07-01 10:24 ` sieb at sscd dot de
2005-07-01 11:51 ` sieb at sscd dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).