[Bug c++/94223] [10 Regression] -fcompare-debug -O0 failure on cpp1z/init-statement6.C
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 20 08:41:04 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94223
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |10.0
CC| |rguenth at gcc dot gnu.org
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
lhd_set_decl_assembler_name seems to only do this for local decls though
so it shouldn't matter for actual generated code but is just a
compare-debug artifact? If it matters for code-generation then yes,
a local counter should do (does it really need to be GTY?)
More information about the Gcc-bugs
mailing list