[Bug lto/44196] lto1: ICE: tree check: expected field_decl, have type_decl in gimple_types_compatible_p, at gimple.c:3597
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed May 19 15:08:00 GMT 2010
------- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-19 15:08 -------
I suppose this is an alias but we fail to clear its body/block tree. We end
up refering to some TYPE_DECL in its BLOCK tree from somewhere else
(but we don't stream that function decl in the end).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44196
More information about the Gcc-bugs
mailing list