------- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-12 03:37 -------
The code in comment # 5 is invalid but even if we make it valid like below, it
still ICEs:
template < class T > struct Rgb{};
template < int>int Camera1 ()
{
sizeof (Rgb < int>);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.