[Bug c++/80559] Segmentation fault on invalid initialiser list template arguments

2017-05-02 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80559

--- Comment #2 from Matt Godbolt  ---
Thanks: it seems the command-line parameter `-std=c++1z` is needed to trigger
the segfault.

https://godbolt.org/g/6oDO6X

Apologies for not realising this in the initial report.

[Bug c++/80559] Segmentation fault on invalid initialiser list template arguments

2017-05-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80559

Marek Polacek  changed:

   What|Removed |Added

 CC||mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek  ---
I cannot reproduce.