[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-10-01 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-10-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by John David Anglin : https://gcc.gnu.org/g:aac3b6a7e3a7b810005343e62e6822338fcb85d4 commit r11-9052-gaac3b6a7e3a7b810005343e62e6822338fcb85d4 Author: John David

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-10-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #6 from CVS Commits --- The master branch has been updated by John David Anglin : https://gcc.gnu.org/g:f1710910087fb1f4a7706e9ce838163ffcbc50b4 commit r12-4058-gf1710910087fb1f4a7706e9ce838163ffcbc50b4 Author: John David Anglin D

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-09-17 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #5 from dave.anglin at bell dot net --- On 2021-09-17 2:46 a.m., rguenth at gcc dot gnu.org wrote: > Btw, it works with a cross from x86_64 to hppa64-hp-hpux11, but maybe I'm > doing > it wrong? It's probably caused by a bug in the T

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-09-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #4 from Richard Biener --- Btw, it works with a cross from x86_64 to hppa64-hp-hpux11, but maybe I'm doing it wrong?

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-09-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #3 from Richard Biener --- (In reply to dave.anglin from comment #2) > On 2021-09-16 1:38 p.m., jakub at gcc dot gnu.org wrote: > > This looks wrong, comp_unit_die () should have DW_AT_producer at this point. > > gen_compile_unit_die

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-09-16 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 --- Comment #2 from dave.anglin at bell dot net --- On 2021-09-16 1:38 p.m., jakub at gcc dot gnu.org wrote: > This looks wrong, comp_unit_die () should have DW_AT_producer at this point. > gen_compile_unit_die should have added it... I did chang

[Bug debug/102373] Segmentation fault in dwarf2out.c, line 32744

2021-09-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102373 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1