This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49373] [4.7 Regression] Many testcase failures
- 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: Sat, 11 Jun 2011 17:52:01 +0000
- Subject: [Bug middle-end/49373] [4.7 Regression] Many testcase failures
- Auto-submitted: auto-generated
- References: <bug-49373-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49373
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-11 17:51:52 UTC ---
The first problem should be solved by:
* lto-streamer-out.c (produce_symtab): Stream out the newly represented
aliases.
The builtins failure is probably yet another manifestation of the fact that we
don't stream builtin decls correctly. I will check...
Honza