https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67016
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67016
Jonathan Wakely changed:
What|Removed |Added
Keywords||accepts-invalid
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67016
--- Comment #3 from Jonathan Wakely ---
EDG also gives no diagnostic and Clang says it's a GNU extension.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67016
--- Comment #2 from Anders Granlund ---
(In reply to Andrew Pinski from comment #1)
> Looks like this changed between c++11 and c++98.
>
> Note you are quoting c++11 but compiling with c++98.
>
> Also this is a big incompatibility with c99 an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67016
--- Comment #1 from Andrew Pinski ---
Looks like this changed between c++11 and c++98.
Note you are quoting c++11 but compiling with c++98.
Also this is a big incompatibility with c99 and a surprising one too.