[Bug c++/63309] [4.8/4.9/5 Regression] internal compiler error: Segmentation fault
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 19 11:16:00 GMT 2014
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;
^
More information about the Gcc-bugs
mailing list