[Bug c++/13094] New: ICE in make_unbound_class_template, v 3.4 20031112
ron_hylton at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 18 00:00:00 GMT 2003
3.3.1 detects an error, 3.4 ICEs
C:\Software\cygwin\gcc-3.4\bin\c++ -v --save-temps -c -o YcTest.o YcTest.cpp -
mwindows -g -IC:\rah\Vc\CppLib -IC:\rah\Vc\util -IC:\packages\icu_2.6.1
\include -IC:\packages\xerces-c-src_2_3_0\include -IC:\packages\Loki -O2 -
Wall
Reading specs from /gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/specs
Configured with: /cygdrive/c/Software/gcc/gcc-3.4-20031112/configure --with-
gcc --with-gnu-ld --with-gnu-as --prefix=/gcc-3.4 --enable-languages=c,c++,f77 -
-enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-
included-gettext --enable-interpreter --enable-sjlj-exceptions --enable-version-
specific-runtime-libs --enable-shared --disable-win32-registry --enable-java-
gc=boehm --disable-hash-synchronization --verbose
Thread model: posix
gcc version 3.4 20031112 (experimental)
/gcc-3.4/libexec/gcc/i686-pc-cygwin/3.4/cc1plus.exe -E -quiet -v -
IC:\rah\Vc\CppLib -IC:\rah\Vc\util -IC:\packages\icu_2.6.1\include -
IC:\packages\xerces-c-src_2_3_0\include -IC:\packages\Loki -D__CYGWIN32__ -
D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter /usr/lib/../include/w32api -
idirafter ../../include/w32api YcTest.cpp -mwindows -mtune=pentiumpro -Wall -
fworking-directory -O2 -o YcTest.ii
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/gcc-3.4/lib/gcc/i686-pc-
cygwin/3.4/../../../../i686-pc-cygwin/include"
ignoring nonexistent directory "../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
C:\rah\Vc\CppLib
C:\rah\Vc\util
C:\packages\icu_2.6.1\include
C:\packages\xerces-c-src_2_3_0\include
C:\packages\Loki
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++/i686-pc-cygwin
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++/backward
/gcc-3.4/include
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include
/usr/include
/usr/lib/../include/w32api
End of search list.
/gcc-3.4/libexec/gcc/i686-pc-cygwin/3.4/cc1plus.exe -fpreprocessed YcTest.ii -
quiet -dumpbase YcTest.cpp -mwindows -mtune=pentiumpro -auxbase-strip YcTest.o -
g -O2 -Wall -version -o YcTest.s
GNU C++ version 3.4 20031112 (experimental) (i686-pc-cygwin)
compiled by GNU C version 3.4 20031112 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
In file included from C:\rah\Vc\CppLib/FactoryUtil.h:4,
from C:\rah\Vc\CppLib/MktUtil.h:14,
from C:\rah\Vc\CppLib/YcUtil.h:4,
from YcTest.cpp:3:
C:\rah\Vc\CppLib/UnicodeUtil.h: In constructor
`UnicodeUtil::UnicodeHelper::UnicodeHelper()':
C:\rah\Vc\CppLib/UnicodeUtil.h:95: warning: `UnicodeUtil::UnicodeHelper::dim'
will be initialized after
C:\rah\Vc\CppLib/UnicodeUtil.h:93: warning:
`UConverter*UnicodeUtil::UnicodeHelper::cnv'
C:\rah\Vc\CppLib/UnicodeUtil.h: In constructor
`UnicodeUtil::UnicodeStreamConverter::UnicodeStreamConverter(UConverter*)':
C:\rah\Vc\CppLib/UnicodeUtil.h:118: warning:
`UnicodeUtil::UnicodeStreamConverter::pdim' will be initialized after
C:\rah\Vc\CppLib/UnicodeUtil.h:116: warning:
`char*UnicodeUtil::UnicodeStreamConverter::pbuf'
In file included from C:\rah\Vc\CppLib/YcUtil.h:4,
from YcTest.cpp:3:
C:\rah\Vc\CppLib/MktUtil.h: At global scope:
C:\rah\Vc\CppLib/MktUtil.h:198: warning: `class
MktUtil::MarketVectorizationClass::Interface::Delta' has virtual functions but
non-virtual destructor
C:\rah\Vc\CppLib/MktUtil.h:183: warning: `class
MktUtil::MarketVectorizationClass::Interface' has virtual functions but non-
virtual destructor
C:\rah\Vc\CppLib/MktUtil.h:479: warning: `class MktUtil::MktInstrumentBase' has
virtual functions but non-virtual destructor
C:\rah\Vc\CppLib/MktUtil.h:1601: internal compiler error: in
make_unbound_class_template, at cp/decl.c:2694
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [YcTest.o] Error 1
--
Summary: ICE in make_unbound_class_template, v 3.4 20031112
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ron_hylton at hotmail dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13094
More information about the Gcc-bugs
mailing list