public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3
@ 2005-04-30 18:48 jorgen at fabeljet dot com
  2005-04-30 18:50 ` [Bug c++/21301] " jorgen at fabeljet dot com
  2005-04-30 19:57 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: jorgen at fabeljet dot com @ 2005-04-30 18:48 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug c++/21301] Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3
  2005-04-30 18:48 [Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3 jorgen at fabeljet dot com
@ 2005-04-30 18:50 ` jorgen at fabeljet dot com
  2005-04-30 19:57 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: jorgen at fabeljet dot com @ 2005-04-30 18:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jorgen at fabeljet dot com  2005-04-30 18:50 -------
Created an attachment (id=8771)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8771&action=view)
Preprocessed compiler input


-- 


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


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

* [Bug c++/21301] Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3
  2005-04-30 18:48 [Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3 jorgen at fabeljet dot com
  2005-04-30 18:50 ` [Bug c++/21301] " jorgen at fabeljet dot com
@ 2005-04-30 19:57 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-30 19:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-30 19:57 -------
Fixed for 3.4.0 and above.

*** This bug has been marked as a duplicate of 13578 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-04-30 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-30 18:48 [Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3 jorgen at fabeljet dot com
2005-04-30 18:50 ` [Bug c++/21301] " jorgen at fabeljet dot com
2005-04-30 19:57 ` pinskia 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).