public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13094] New: ICE in make_unbound_class_template, v 3.4 20031112
@ 2003-11-18  0:00 ron_hylton at hotmail dot com
  2003-11-18  0:01 ` [Bug c++/13094] " ron_hylton at hotmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ron_hylton at hotmail dot com @ 2003-11-18  0:00 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2004-05-24 10:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-18  0:00 [Bug c++/13094] New: ICE in make_unbound_class_template, v 3.4 20031112 ron_hylton at hotmail dot com
2003-11-18  0:01 ` [Bug c++/13094] " ron_hylton at hotmail dot com
2003-11-18  0:02 ` ron_hylton at hotmail dot com
2003-11-18  1:48 ` reichelt at gcc dot gnu dot org
2003-11-18 16:04 ` lerdsuwa at gcc dot gnu dot org
2004-01-03  8:44 ` [Bug c++/13094] Incorrect type-id parsing lerdsuwa at gcc dot gnu dot org
2004-03-19 10:28 ` reichelt at gcc dot gnu dot org
2004-03-19 11:29 ` [Bug c++/13094] [3.5 regression] ICE with template-template parameters reichelt at gcc dot gnu dot org
2004-03-20 22:31 ` reichelt at gcc dot gnu dot org
2004-03-20 23:38 ` reichelt at gcc dot gnu dot org
2004-03-21 17:52 ` mmitchel at gcc dot gnu dot org
2004-05-25  5:10 ` reichelt at gcc dot gnu dot org

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