https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084
--- Comment #6 from Richard Biener ---
With checking it ICEs like the following, IIRC there's a duplicate for this,
we add a duplicate name attribute with address-spaces.
> ./cc1 -quiet t.c -gdwarf-2
../../../libc/time/strftime.c:43:1: internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084
Senthil Kumar Selvaraj changed:
What|Removed |Added
CC||senthil_kumar.selvaraj@atme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084
--- Comment #4 from Marek Polacek ---
Looking at this again, this might be a "debug" issue instead rather than
"target".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084
--- Comment #3 from Georg-Johann Lay ---
Marek, would you give a pointer for why this is a target issue and what the
backend should do to fix it? Thanks.