This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41598] bootstrap *using* lto fails
- 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: 6 Oct 2009 10:15:59 -0000
- Subject: [Bug lto/41598] bootstrap *using* lto fails
- References: <bug-41598-16169@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-06 10:15 -------
Can you specify how you bootstrapped with LTO (did you use the linker plugin
and thus dragged in libbackend.a)?
lto1: error: type mismatch in address expression
union tree_node * *
union tree_node *
this is a missed type merging / completion. There are likely very many
of this kind - can you try with type-checking disabled?
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41598