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 ipa/63470] [5 Regression] internal compiler error: in estimate_edge_growth, at ipa-inline.h:308


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

--- Comment #13 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Mon Jan 12 09:24:18 2015
New Revision: 219451

URL: https://gcc.gnu.org/viewcvs?rev=219451&root=gcc&view=rev
Log:


    PR ipa/63470
    * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
    cost when edge becomes direct.
    * ipa-prop.c (make_edge_direct): Do not adjust when speculation
    is resolved or when introducing new speculation.
    * testsuite/g++.dg/ipa/pr63470.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/ipa/pr63470.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/ipa-prop.c
    trunk/gcc/testsuite/ChangeLog


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