[Bug driver/77497] [5/6/7 Regression] Setting DWARF level and debug level together has flag-ordering-dependent results

2016-09-08 Thread torne at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77497 --- Comment #2 from torne at google dot com --- Ah. I can see the logic in "-g1 -g" resulting in -g2 level output (as explained in that bug), but it seems less ideal here where the second -g is only really intending to define the D

[Bug driver/77497] New: Setting DWARF level and debug level together has flag-ordering-dependent results

2016-09-06 Thread torne at google dot com
Severity: normal Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: torne at google dot com Target Milestone: --- The -gdwarf-N option appears to confuse a previously set -gN debug level, and the intended interpretation of the options