[Bug c++/83484] constexpr not evaluated at compile time

2021-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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;

[Bug c++/83484] constexpr not evaluated at compile time

2017-12-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484 Jonathan Wakely changed: What|Removed |Added Keywords|link-failure|accepts-invalid Status|UNC

[Bug c++/83484] constexpr not evaluated at compile time

2017-12-19 Thread klaus.doldinger64 at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83484 klaus.doldinger64 at googlemail dot com changed: What|Removed |Added CC||klaus.doldinger6

[Bug c++/83484] constexpr not evaluated at compile time

2017-12-19 Thread gjl at gcc dot gnu.org
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=

[Bug c++/83484] constexpr not evaluated at compile time

2017-12-19 Thread gjl at gcc dot gnu.org
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