2013-06-24 Martin Jambor <mjambor@suse.cz>
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 2013 12:51:43 +0000 (12:51 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 2013 12:51:43 +0000 (12:51 +0000)
commit6c0a4a256f26bb7db6603aa79a65f64b3a13c282
tree56275519efe2b184d885e764d4ba6ab580d4b164
parent48f42a9a9a73f84deab78437ce66643214f32381
2013-06-24  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/57358
* ipa-prop.c (ipa_func_spec_opts_forbid_analysis_p): New function.
(ipa_compute_jump_functions_for_edge): Bail out if it returns true.
(ipa_analyze_params_uses): Generate pessimistic info when true.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200369 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-prop.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/pr57358.c [new file with mode: 0644]