[Bug lto/41606] Not all types are fixed up

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 7 14:57:00 GMT 2009



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-10-07 14:57 -------
It's mostly

 a) target specific builtin types and decls that do not get fixed up

 b) LTO (or rather generic) builtin functions and types not get fixed up

 c) the tree.c local canonical type machinery that isn't giving the same
    answer as gimple_register_type () does.

with that "fixed" the sanity-checking patch works fine.

For a more proper patch I have to think about the tree.c type hashing
and unification some more.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41606



More information about the Gcc-bugs mailing list