https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86736
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-apple-darwin* |x86_64-apple-darwin*, | |x86_64-gnu-linux Blocks| |86549 --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Dominique d'Humieres from comment #2) > Caused by revision r262560. Yes, this rev. will cause any late type DIE generation to go bollocks. For -g0 vs. -g we need to find a robust solution (as to what to do for late type [context] generation). I can reproduce this on x86_64-linux with using -g0 at compile-time and -g at link-time. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86549 [Bug 86549] [8/9 Regression] -flto -g0 vs. -g issues