[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-28 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 --- Comment #5 from Vegard Nossum --- I have another testcase which crashes in a similar way, but I'm not sure if it's the same underlying bug or not: void a() { enum * { [] (union {}) }; } The original crash was: (gdb) run Starting

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 --- Comment #4 from Vegard Nossum --- (In reply to Jakub Jelinek from comment #3) > BTW, when using creduce, if the original is valid or has just one error or > something similar, please try to write the script such that it will not > confirm a

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 --- Comment #3 from Jakub Jelinek --- BTW, when using creduce, if the original is valid or has just one error or something similar, please try to write the script such that it will not confirm a reduction which has also other errors, otherwise

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 Jakub Jelinek changed: What|Removed |Added Keywords||error-recovery Priority|P3