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 ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Jan 2011 16:08:21 +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 #5 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-17 16:08:05 UTC ---
> thus, memcpy is also missing but at least main_test is correctly
> used from 20010124-1.o.
memcpy is missing due to hack eliminating all builtins from being output. We
discussed
this few times.
Honza