https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70532
Bug ID: 70532
Summary: An "constexpr + variable template" example that gives
an "internal compiler error"
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: vincent.picaud at laposte dot net
Target Milestone: ---
Created attachment 38180
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38180&action=edit
code to reproduce bug + compilation error message
Dear GCC developpers,
-----------
* Maybe I found an internal bug in g++ 5.3.1
* The small code in attachement compiled with:
g++ -std=c++14 -v bugG++.cpp -o bugG++
gives an internal error:
bugG++.cpp:43:15: internal compiler error: Segmentation fault
constexpr int VariableTemplate =
^
0x84ce14 crash_signal
../../src/gcc/toplev.c:383
....
* The program compiles using clang++-3.7
------------
Beside that, I really love g++.
It is really a great compiler!
Thanks
VP