--- Comment #4 from jason at gcc dot gnu dot org 2009-12-19 16:37 ---
Fixed for 4.5.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIG
--- Comment #3 from jason at gcc dot gnu dot org 2009-12-18 20:50 ---
Subject: Bug 28300
Author: jason
Date: Fri Dec 18 20:49:58 2009
New Revision: 155349
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155349
Log:
PR c++/28300
PR c++/42062
* pt.c (check_s
--
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
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-04-29 16:31
---
Expanding the testcase a little one can also trigger ICEs, e.g.:
==
template struct A
{
template struct A
{
template void foo() {}
};
};
==
--- Comment #1 from bangerth at dealii dot org 2006-07-18 13:35 ---
Confirmed.
--
bangerth at dealii dot org changed:
What|Removed |Added
Status|UNCONFIRMED