This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
- From: "dnovillo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 01 Dec 2011 21:05:14 +0000
- Subject: [Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
- Auto-submitted: auto-generated
- References: <bug-51346-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346
--- Comment #8 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-12-01 21:05:14 UTC ---
Author: dnovillo
Date: Thu Dec 1 21:05:10 2011
New Revision: 181894
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181894
Log:
PR bootstrap/51346
* ipa-inline.c (can_inline_edge_p): If the edge E has a
statement, use the statement's inline indicator instead
of E's.
Remove consistency check.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-inline.c