[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2023-12-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
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

[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2015-01-02 Thread senthil_kumar.selvaraj at atmel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084 Senthil Kumar Selvaraj changed: What|Removed |Added CC||senthil_kumar.selvaraj@atme

[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2014-12-15 Thread mpolacek at gcc dot gnu.org
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".

[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2014-12-15 Thread gjl at gcc dot gnu.org
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.