This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/66103] [6 Regression] ICE verify_type failed with LTO and "-g -O0" via dwarf2out.c's gen_type_die_with_usage


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66103

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I committed the patch to block debug info for slim LTO. This testcase will need
-ffat-lto-objects to reproduce.
I suppose the practical approach is to allow the mismatch here with
flat_fat_lto_objects && !in_lto_p with the explanation that free lang data
partially clears it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]