[Bug c++/120458] module-name does not allow non-ASCII characters

2025-05-29 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120458 Nathaniel Shead changed: What|Removed |Added CC||nshead at gcc dot gnu.org --- Comment

[Bug c++/120458] module-name does not allow non-ASCII characters

2025-05-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120458 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/120458] module-name does not allow non-ASCII characters

2025-05-29 Thread pilarlatiesa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120458 --- Comment #2 from Pilar Latiesa --- (In reply to Jonathan Wakely from comment #1) > Clang compiles this, and I think MSVC does, but EDG doesn't (but EDG also > doesn't accept that identifier for a variable name, at least with the > default opt

[Bug c++/120458] module-name does not allow non-ASCII characters

2025-05-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120458 --- Comment #1 from Jonathan Wakely --- Clang compiles this, and I think MSVC does, but EDG doesn't (but EDG also doesn't accept that identifier for a variable name, at least with the default options).