This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/46760] LTO bootstrap doesn't work with FDO
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jan 2011 13:24:47 +0000
- Subject: [Bug driver/46760] LTO bootstrap doesn't work with FDO
- Auto-submitted: auto-generated
- References: <bug-46760-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760
--- Comment #27 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-10 13:24:30 UTC ---
Author: hjl
Date: Mon Jan 10 13:24:27 2011
New Revision: 168631
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168631
Log:
Check e->call_stmt before calling gimple_call_set_cannot_inline.
2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
PR lto/46760
* tree-inline.c (tree_can_inline_p): Check e->call_stmt before
calling gimple_call_set_cannot_inline.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-inline.c