--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-10-12 03:57
---
The problem is that we have not layouted out the type yet, if we had with
something like:
template < class T >
struct Rgb{};
Rgb t;
template < int>int Camera1 ()
{
sizeof (Rgb < int>);
}
We don't crash.
Something
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-10-12 03:48 ---
Also ICEs with 4.2.0 20061012 but did not with 4.2.0 20061002 (which I think
was built before PR 29226 came in).
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added