https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86431
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2018-07-07 00:00:00 |2021-8-27
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another example:
struct A {
static int const B = decltype(B){0};
};
Note ICC and MSVC both reject these examples for the same reason as GCC does
...
