https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63309

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-19
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
   Target Milestone|---                         |4.8.4
            Summary|internal compiler error:    |[4.8/4.9/5 Regression]
                   |Segmentation fault          |internal compiler error:
                   |                            |Segmentation fault
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
ICE started with r189298, before that it has been rejected:
pr63309.C:9:13: error: invalid class name in declaration of ‘class A<T>::B’
 class A<T>::B
             ^
pr63309.C: In function ‘int main()’:
pr63309.C:16:15: error: aggregate ‘A<int>::B myB’ has incomplete type and
cannot be defined
     A<int>::B myB;
               ^

Reply via email to