https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484
--- Comment #5 from Andrew Pinski ---
Clang gives (which does not make sense at all):
:12:46: error: declaration of constexpr static data member 'High'
requires an initializer
template<> constexpr Port<7>::Value Port<7>::High;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484
Jonathan Wakely changed:
What|Removed |Added
Keywords|link-failure|accepts-invalid
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484
klaus.doldinger64 at googlemail dot com changed:
What|Removed |Added
CC||klaus.doldinger6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484
--- Comment #2 from Georg-Johann Lay ---
Using built-in specs.
COLLECT_GCC=g++-8
COLLECT_LTO_WRAPPER=/srv/local/gnu/install/gcc-8-host/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: --prefix=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484
--- Comment #1 from Georg-Johann Lay ---
Created attachment 42917
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42917&action=edit
tmp.cpp: C++11 test case