[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-12-26 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2007-12-26 14:06 --- *** Bug 34541 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-12-18 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-12-18 22:44 --- fixed -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-12-18 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-12-18 22:25 --- Subject: Bug 34206 Author: jason Date: Tue Dec 18 22:25:20 2007 New Revision: 131044 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131044 Log: PR c++/34206 * pt.c (tsubst_aggr_type): Do nothin

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-27 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34206

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-23 21:11 --- In particular, this is caused by the pt.c (tsubst) change: @@ -8555,16 +8545,15 @@ gcc_assert (type != unknown_type_node); /* Reuse typedefs. We need to do this to handle dependent attributes, - specificall

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-23 20:39 --- Introduced by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128681 -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2007-11-23 18:25 --- *** Bug 34208 has been marked as a duplicate of this bug. *** -- tbm at cyrius dot com changed: What|Removed |Added -

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/34206] [4.3 Regression] ICE in retrieve_local_specialization

2007-11-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-11-23 13:21 --- Created an attachment (id=14626) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14626&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34206