[Bug c++/67746] Mangled name is accepted for variables in namespace-scope

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/67746] Mangled name is accepted for variables in namespace-scope

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67746 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Known to work|

[Bug c++/67746] Mangled name is accepted for variables in namespace-scope

2015-09-28 Thread redi at gcc dot gnu.org
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.

[Bug c++/67746] Mangled name is accepted for variables in namespace-scope

2015-09-28 Thread roger.ferrer at bsc dot es
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