Re: [PATCH] PR 61642

2014-06-11 Thread Martin Liška
On 06/11/2014 02:01 PM, Richard Biener wrote: On Wed, Jun 11, 2014 at 1:58 PM, Martin Liška wrote: Hello, I send patch for PR61642. 61462? Hello, that's bogus, I am not a visionary that creates a patch for a future bug :) Thanks, Martin Changelog: 2014-06-11 Martin Liska

Re: [PATCH] PR 61642

2014-06-11 Thread Richard Biener
On Wed, Jun 11, 2014 at 1:58 PM, Martin Liška wrote: > Hello, >I send patch for PR61642. 61462? > Changelog: > 2014-06-11 Martin Liska > PR ipa/61462 > * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call > statement is reachable. > > Bootstrapped and regteste

[PATCH] PR 61642

2014-06-11 Thread Martin Liška
Hello, I send patch for PR61642. Changelog: 2014-06-11 Martin Liska * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call statement is reachable. Bootstrapped and regtested on x86_64-unknown-linux-gnu. Ready for trunk? Martin diff --git a/gcc/ipa-prop.c b/gcc/ipa