[Bug c++/93639] [c++2a] Segfault on non type template parameter and consteval (master)

2020-02-13 Thread raphael.grimm at kit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93639 --- Comment #4 from raphael grimm --- Created attachment 47835 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47835=edit reduced to 11 lines and no includes http://coliru.stacked-crooked.com/a/be3bbfdf6a59b45e on g++ (GCC) 9.2.0 output:

[Bug c++/93639] [c++2a] Segfault on non type template parameter and consteval (master)

2020-02-09 Thread raphael.grimm at kit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93639 --- Comment #2 from raphael grimm --- Created attachment 47804 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47804=edit more minimal example also causing this error test.cpp:23:28: internal compiler error: Segmentation fault 23 |

[Bug c++/93639] [c++2a] Segfault on non type template parameter and consteval (master)

2020-02-09 Thread raphael.grimm at kit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93639 --- Comment #1 from raphael grimm --- Created attachment 47803 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47803=edit ii file

[Bug c++/93639] New: [c++2a] Segfault on non type template parameter and consteval (master)

2020-02-09 Thread raphael.grimm at kit dot edu
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: raphael.grimm at kit dot edu Target Milestone: --- Created attachment 47802 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47802=edit source I played around with some