[Bug debug/101470] Support -gline-tables-only

2021-07-16 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101470 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug debug/101470] Support -gline-tables-only

2021-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101470 --- Comment #2 from Andrew Pinski --- (In reply to Tom de Vries from comment #0) > After realizing that clangs -gline-tables-only is an alias for -g1, I looked > at gcc's -g1 and found it does have line table info (since gcc 4.9), but > emits a

[Bug debug/101470] Support -gline-tables-only

2021-07-16 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101470 --- Comment #1 from Tom de Vries --- Created attachment 51161 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51161&action=edit Demonstrator patch I wrote a demonstrator patch that makes the two mentioned differences disappear. It also dr