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 tree-optimization/48195] ICE: vector VEC(ipa_node_params_t,base) index domain error, in ipa_analyze_node at ipa-prop.c:1525 with -flto --param partial-inlining-entry-probability=101


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48195

--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-04-12 18:31:58 UTC ---
Author: jamborm
Date: Tue Apr 12 18:31:55 2011
New Revision: 172332

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172332
Log:
2011-04-12  Martin Jambor  <mjambor@suse.cz>

    PR tree-optimization/48195
    * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
    ipa_check_create_edge_args.
    (ipcp_generate_summary): Do not call ipa_check_create_node_params and
    ipa_check_create_edge_args.
    * ipa-inline.c (inline_generate_summary): Do not call
    ipa_check_create_node_params and ipa_check_create_edge_args.
    * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
    ipa_check_create_edge_args.

    * testsuite/gcc.dg/ipa/pr48195.c: New test.


Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/ipa/pr48195.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/ipa-cp.c
    branches/gcc-4_6-branch/gcc/ipa-inline.c
    branches/gcc-4_6-branch/gcc/ipa-prop.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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