https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115516
--- Comment #3 from Jakub Jelinek ---
Sorry, this was about C, not C++. And apparently C++ manages to warn about
that in
cp_parser_diagnose_invalid_type_name through
if (cxx_dialect < cxx11 && id == ridpointers[(int)RID_CONSTEXPR])
check.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115516
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115516
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|