------- 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<typename> struct A
{
  template<typename T> struct A<T*>
  {
    template<typename> void foo() {}
  };
};
==========================================

bug.cc:5: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28300

Reply via email to