[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/29435] [4.1 Regression] segmentation fault




------- 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.



Reply to: