[Bug c++/84661] [6/7/8 Regression] internal compiler error: Segmentation fault (strip_array_types())

2018-03-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c++/84661] [6/7/8 Regression] internal compiler error: Segmentation fault (strip_array_types())

2018-03-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661 --- Comment #2 from Jakub Jelinek --- ICEs starting with r208426, before that we rejected it with: pr84661.C:3:36: error: expected primary-expression before ‘auto’ void foo (decltype(((a = 0) || ((auto);

[Bug c++/84661] [6/7/8 Regression] internal compiler error: Segmentation fault (strip_array_types())

2018-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661 Marek Polacek changed: What|Removed |Added Target Milestone|--- |6.5 Summary|internal