[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2021-09-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.5

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2021-04-22 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2021-04-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:455f165fd86f50163d2147b669edcc2e9bf5b0f8 commit r8-10867-g455f165fd86f50163d2147b669edcc2e9bf5b0f8 Author: Jakub Jelinek

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2021-04-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c47d4bddf3b08f833b2a59cc0be40234fe10e6bc commit r9-9398-gc47d4bddf3b08f833b2a59cc0be40234fe10e6bc Author: Jakub Jelinek

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2021-01-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4c18faa4dd4dffdb76bc879b774ce3f4da01 commit r10-9215-g4c18faa4dd4dffdb76bc879b774ce3f4da01 Author: Jakub Jelinek

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #7 from Jakub Jelinek --- Fixed on the trunk (so far).

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:704ccefb576dcf30b27a4b9bdacb6e15902f5307 commit r11-5743-g704ccefb576dcf30b27a4b9bdacb6e15902f5307 Author: Jakub Jelinek Date:

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 --- Comment #4 from Jakub Jelinek --- Ah, that is because we don't really copy the decl during cloning, because it isn't really used in the code.

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-03 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-12-03 CC|

[Bug target/98100] ICE in expand_debug_locations, at cfgexpand.c:5610

2020-12-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100 Richard Biener changed: What|Removed |Added Component|c |target --- Comment #1 from Richard