[Bug c++/80829] Use of constexpr constructors with base type instantiation fails compilation

bbannier+gcc_bugs at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri May 19 18:09:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80829

--- Comment #1 from Benjamin Bannier <bbannier+gcc_bugs at gmail dot com> ---
We believe this code is legal C++11 (AFAICT no explicit restrictions on
implicit conversions of `constexpr` vars), and was compiling successfully with
e.g., 6.3, so we strongly suspect a GCC regression.


More information about the Gcc-bugs mailing list