This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Jan 2011 16:10:56 +0000
- Subject: [Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto
- Auto-submitted: auto-generated
- References: <bug-47287-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-17 16:10:54 UTC ---
Is hpux an ELF target? GNU LD plugin implementation contains some hackery to
chose proper PREEMPTED/RESOLVED/etc values.
Perhaps it is broken on non-elfs.
In any case I will prepare patch to turn those aborts into fatal errors with
some informative info. We shold not ICE (at least at every occasion) when we
are fed with wrong resolution table.