This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34573] ICE with nested class
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2007 22:19:05 -0000
- Subject: [Bug c++/34573] ICE with nested class
- References: <bug-34573-1902@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-24 22:19 -------
The backtrace:
#0 0x00dec6b0 in htab_find_with_hash (htab=0x0, element=0x546c9a0,
hash=11065652) at /Users/apinski/src/local/gcc/libiberty/hashtab.c:566
#1 0x00080f13 in retrieve_local_specialization (tmpl=0x546c9a0) at
/Users/apinski/src/local/gcc/gcc/cp/pt.c:980
#2 0x000c71f7 in tsubst (t=0x546ca10, args=0x64ca580,
complain=tf_warning_or_error, in_decl=0x547a120) at
/Users/apinski/src/local/gcc/gcc/cp/pt.c:8824
#3 0x000c732a in tsubst (t=0x5478540, args=0x64ca580,
complain=tf_warning_or_error, in_decl=0x547a120) at
/Users/apinski/src/local/gcc/gcc/cp/pt.c:8844
#4 0x000c299e in tsubst_decl (t=0x547a120, args=0x64ca580,
complain=tf_warning_or_error) at /Users/apinski/src/local/gcc/gcc/cp/pt.c:8224
#5 0x000c6882 in tsubst (t=0x547a120, args=0x64ca580,
complain=tf_warning_or_error, in_decl=0x547a120) at
/Users/apinski/src/local/gcc/gcc/cp/pt.c:8799
#6 0x000c318b in tsubst_decl (t=0x547a300, args=0x64ca580,
complain=tf_warning_or_error) at /Users/apinski/src/local/gcc/gcc/cp/pt.c:8260
#7 0x000c6882 in tsubst (t=0x547a300, args=0x64ca580,
complain=tf_warning_or_error, in_decl=0x64cb000) at
/Users/apinski/src/local/gcc/gcc/cp/pt.c:8799
#8 0x001026e1 in instantiate_decl (d=0x64cb000, defer_ok=0,
expl_inst_class_mem_p=0 '\0') at /Users/apinski/src/local/gcc/gcc/cp/pt.c:14786
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34573