the exact version of GCC; the system type; the options given when GCC was configured/built; --------------------------- Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/l ib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc, pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads= posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) ---------------------------
the complete command line that triggers the bug; the compiler output (error messages, warnings, etc.); --------------------------- g++ -Wall -W -g3 -o0 -ggdb -L/cygdrive/k/workdir/build -I/cygdrive/k/kildekode/dat2b/src/include -I/cygdrive/k/kildekode /dat2b/tools/util `/cygdrive/k/workdir/bin/cppunit-config --cflags` --save-temps -c hash_table_basics.cc -o /cygdrive/k/ workdir/build/hash_table_basics.o /cygdrive/k/kildekode/dat2b/src/include/hasher_factory.h: In instantiation of `universal_hasher_factory<std::string>': /cygdrive/k/kildekode/dat2b/src/include/linear_hashing_storage_policy.h:28: instantiated from `linear_hashing_storage_ policy<std::pair<std::string, int>, universal_hasher_factory<std::string>, std::equal_to<std::string>, std::allocator<st d::pair<std::string, int> >, linear_hashing_compartment<std::pair<std::string, int> > >' /cygdrive/k/kildekode/dat2b/src/include/hash_table.h:62: instantiated from `hash_table<unordered_map_traits<std::strin g, int, universal_hasher_factory<std::string>, std::equal_to<std::string> >, std::allocator<std::string>, linear_hashing _storage_policy<std::pair<std::string, int>, universal_hasher_factory<std::string>, std::equal_to<std::string>, std::all ocator<std::pair<std::string, int> >, linear_hashing_compartment<std::pair<std::string, int> > > >' hash_table_basics.cc:36: instantiated from `HashTableBasics<T1::tabletype>' /cygdrive/k/workdir/include/cppunit/extensions/TestSuiteFactory.h:20: instantiated from `CppUnit::Test* CppUnit::TestS uiteFactory<TestCaseType>::makeTest() [with TestCaseType = HashTableBasics<T1::tabletype>]' /cygdrive/k/workdir/include/cppunit/extensions/TestSuiteBuilderContext.h:91: instantiated from here /cygdrive/k/kildekode/dat2b/src/include/hasher_factory.h:95: internal compiler error: in lookup_template_class, at cp/pt.c:4249 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make: *** [/cygdrive/k/workdir/build/hash_table_basics.o] Error 1 --------------------------- (Giving some documentation as to what goes into the Host/Target/Build triplet fields would be helpful to novice bug-submitters. The word "triplet" does not occur in <http://gcc.gnu.org/bugs.html#report>.) -- Summary: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3 Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jorgen at fabeljet dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: ??? GCC host triplet: i686-pc-cygwin GCC target triplet: ??? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21301