This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41606] Not all types are fixed up
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Oct 2009 14:57:38 -0000
- Subject: [Bug lto/41606] Not all types are fixed up
- References: <bug-41606-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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