[Bug debug/90901] Debug information broken when compiled with gdwarf-split

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90901 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/90901] Debug information broken when compiled with gdwarf-split

2019-06-18 Thread rajpal.gusain at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90901 --- Comment #3 from Rajpal Singh --- I did try with g++ 9.1.0 and I still see similar/same issue. % g++ --version g++ (GCC) 9.1.0 % readelf -w readelf: Error: Unknown macro opcode 52 seen readelf: Error: Unknown macro opcode 12 seen re

[Bug debug/90901] Debug information broken when compiled with gdwarf-split

2019-06-18 Thread rajpal.gusain at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90901 --- Comment #2 from Rajpal Singh --- (In reply to Richard Biener from comment #1) > You may want to check GCC 9.1 which received some fixes for -gsplit-dwarf > which is otherwise in a sorry and unmaintained state... Thanks Richard for your sugge

[Bug debug/90901] Debug information broken when compiled with gdwarf-split

2019-06-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90901 Richard Biener changed: What|Removed |Added Keywords||wrong-debug --- Comment #1 from Richard