This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/42773] New: ICE with g++ from 4.4.3 20100112 (prerelease)


The summary says it all.
Diagnostics:

if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I. -I.. -I../lib/kofficeui -I../lib/kofficeui -I../lib/kofficecore
-I../lib/kofficecore -I../lib/store -I../lib/store -I../lib/kwmf -I../lib/kwmf
-I../lib/kopalette -I../lib/kopalette -I../lib/kotext -I../lib/kotext
-I../lib/interfaces -I./tests -Idialogs -I../interfaces -I../kchart/kdchart
-I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11/include 
-I/usr/include/python2.6  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=i686
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
-DHAVE_KNEWSTUFF  -MT kspread_cell.lo -MD -MP -MF ".deps/kspread_cell.Tpo" -c
-o kspread_cell.lo kspread_cell.cc; \
        then mv -f ".deps/kspread_cell.Tpo" ".deps/kspread_cell.Plo"; else rm
-f ".deps/kspread_cell.Tpo"; exit 1; fi
kspread_cell.cc: In member function 'void KSpread::Cell::setOutputText()':
kspread_cell.cc:1611: warning: suggest parentheses around '&&' within '||'
kspread_cell.cc: In member function 'QValueList<KSpread::Cell*>
KSpread::Cell::obscuringCells() const':
kspread_cell.cc:908: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [kspread_cell.lo] Error 1


[chris:~]$ gcc -v
Using built-in specs.
Target: i386-pc-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/info
--mandir=/usr/man --enable-shared --disable-static --with-system-zlib
--enable-threads=posix --enable-haifa --enable-languages=c,c++
--enable-long-long --enable-namespaces --enable-multilib --with-gnu-as
--with-gnu-ld --with-system-zlib --without-x --disable-werror
--disable-checking --enable-__cxa_atexit --disable-nls
--without-included-gettext i386-pc-linux
Thread model: posix
gcc version 4.4.3 20100112 (prerelease) (GCC)

The only other compiler I currently have installed is gcc-3.4.6, and, for what
it's worth, that compiles the file without error.

Thanks


-- 
           Summary: ICE with g++ from 4.4.3 20100112 (prerelease)
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chris2553 at googlemail dot com
 GCC build triplet: i386-pc-linux
  GCC host triplet: i386-pc-linux
GCC target triplet: i386-pc-linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]