This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34206] New: [4.3 Regression] ICE in retrieve_local_specialization
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2007 13:20:56 -0000
- Subject: [Bug c++/34206] New: [4.3 Regression] ICE in retrieve_local_specialization
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
./cc1plus -quiet -O2 bug-343711_storage.min.ii
Program received signal SIGSEGV, Segmentation fault.
0x00000000010aa445 in htab_find_with_hash (htab=0x0, element=0x2b7075926540,
hash=246566056) at /space/rguenther/src/svn/trunk/libiberty/hashtab.c:566
566 htab->searches++;
(gdb) up
#1 0x000000000047ab19 in retrieve_local_specialization (tmpl=0x2b7075926540)
at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:979
979 htab_hash_pointer (tmpl));
--
Summary: [4.3 Regression] ICE in retrieve_local_specialization
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rguenth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34206