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

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




------- Comment #5 from pinskia at gcc dot gnu dot org  2006-10-12 03:36 -------
Reduced testcase:
template < class T > struct Rgb;
template < int>int Camera1 ()
{
sizeof (Rgb < int>);
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-invalid-code, ice-on-
                   |                            |valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-12 03:36:29
               date|                            |
   Target Milestone|---                         |4.1.2


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: