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 <mjam...@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