This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47188] Undefined reference errors when combining IR and non-IR object files
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 6 Jan 2011 13:18:08 +0000
- Subject: [Bug lto/47188] Undefined reference errors when combining IR and non-IR object files
- Auto-submitted: auto-generated
- References: <bug-47188-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47188
--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-06 13:18:03 UTC ---
The bug seems to be that lto-symtab incorrectly sets resolution info of the
callgraph node as unknown. Looking into it.
Honza