This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/77489] Invalid mangling of static local variables


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77489

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
(In reply to Markus Trippelsdorf from comment #2)
> Untested patch:

This looks good, except that the mangling change needs to depend on
-fabi-version, and in the demangling change open braces go on a new line.  And
we'll want tests for both changes.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]