https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99490
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.0 Summary|-gdwarf-5 -gsplit-dwarf |[11 Regression] -gdwarf-5 |puts .debug_rnglists to |-gsplit-dwarf puts |main file, not .dwo file |.debug_rnglists to main | |file, not .dwo file --- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Marking this as a regression because we've switched the default from -gdwarf-4 to -gdwarf-5, so code compiled with -g -gsplit-dwarf used to produce something valid that consumers could handle and now it doesn't, even when they have DWARF5 support.