From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13159 invoked by alias); 18 Nov 2003 00:00:16 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13148 invoked by uid 48); 18 Nov 2003 00:00:15 -0000 Date: Tue, 18 Nov 2003 00:00:00 -0000 From: "ron_hylton at hotmail dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20031117235959.13094.ron_hylton@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13094] New: ICE in make_unbound_class_template, v 3.4 20031112 X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg01556.txt.bz2 List-Id: 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 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