This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34846] [4.3 regression] ICE on STL container iterator copy
- 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: 18 Jan 2008 09:33:56 -0000
- Subject: [Bug c++/34846] [4.3 regression] ICE on STL container iterator copy
- References: <bug-34846-14703@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-18 09:33 -------
Looks related to PR34573.
Backtrace:
#0 0x00000000010bacb1 in htab_find_with_hash (htab=0x0,
element=0x2b899b95a300, hash=863155296)
at /space/rguenther/src/svn/trunk/libiberty/hashtab.c:566
#1 0x000000000047b935 in retrieve_local_specialization (tmpl=0x2b899b95a300)
at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:980
#2 0x00000000004bd664 in tsubst (t=0x2b899b95a3c0, args=0x2b899b95d8a0,
complain=tf_none, in_decl=0x0)
at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:8859
#3 0x00000000004bd7a4 in tsubst (t=0x2b899b95a480, args=0x2b899b95d8a0,
complain=tf_none, in_decl=0x0)
at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:8879
#4 0x00000000004bd7a4 in tsubst (t=0x2b899b95a840, args=0x2b899b95d8a0,
complain=tf_none, in_decl=0x0)
at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:8879
...
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |34573
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-18 09:33:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34846