https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746
--- Comment #2 from Roger Ferrer Ibanez ---
(In reply to Jonathan Wakely from comment #1)
> Your examples are undefined due to the use of reserved names, and the
> libstdc++ implementation actually relies on this in places, so I think
> changing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746
--- Comment #1 from Jonathan Wakely ---
Your examples are undefined due to the use of reserved names, and the libstdc++
implementation actually relies on this in places, so I think changing it would
break things.