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 bootstrap/60984] [4.9 Regression] AIX: gcc-4.9.0 bootstrap fails in stage-2


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

--- Comment #29 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Wed May 21 05:41:46 2014
New Revision: 210674

URL: http://gcc.gnu.org/viewcvs?rev=210674&root=gcc&view=rev
Log:

    PR bootstrap/60984
    * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED parameter.
    * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
    (ipa_inline): Loop inline_to_all_callers until no more aliases are removed.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-transform.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/ipa-inline.h


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