This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/46760] LTO bootstrap doesn't work with FDO


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]