[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-02-06 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2010-02-07 04:43 --- Subject: Bug 42713 Author: hjl Date: Sun Feb 7 04:41:22 2010 New Revision: 156562 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156562 Log: Backport testcases from mainline to 4.4. 2010-02-06 H.J. Lu

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-28 Thread dodji at gcc dot gnu dot org
--- Comment #7 from dodji at gcc dot gnu dot org 2010-01-28 12:30 --- Fixed in trunk. -- dodji at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-28 Thread dodji at gcc dot gnu dot org
--- Comment #6 from dodji at gcc dot gnu dot org 2010-01-28 12:30 --- Subject: Bug 42713 Author: dodji Date: Thu Jan 28 12:29:52 2010 New Revision: 156316 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156316 Log: Fix PR c++/42713 gcc/cp/ChangeLog: PR c++/42713

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-26 Thread dodji at gcc dot gnu dot org
--- Comment #5 from dodji at gcc dot gnu dot org 2010-01-26 14:12 --- *** Bug 42820 has been marked as a duplicate of this bug. *** -- dodji at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-14 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42713

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-14 Thread dodji at gcc dot gnu dot org
--- Comment #4 from dodji at gcc dot gnu dot org 2010-01-14 15:56 --- Candidate patch posted to http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00666.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42713

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-14 Thread dodji at gcc dot gnu dot org
--- Comment #3 from dodji at gcc dot gnu dot org 2010-01-14 14:39 --- Here is a smaller reproducer: template struct S { }; template struct S0 { typedef T TT; }; template struct super_struct : S0 { typedef S0 super; }; template struct S1 : super_struct { typedef s

[Bug c++/42713] [4.5 Regression] ICE - segfault in tsubst

2010-01-13 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added CC|dseketel at redhat dot com | AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu d