Re: [PATCH] Fix PR80304

2017-04-10 Thread Richard Biener
On Mon, 10 Apr 2017, Richard Biener wrote: > > The following fixes a fortran testcase involving safelen where > store motion needs to be disabled for unanalyzable refs (we don't > know how to transform them). But the safelen case missed to recurse > (because that's only necessary for unanalyzabl

[PATCH] Fix PR80304

2017-04-10 Thread Richard Biener
The following fixes a fortran testcase involving safelen where store motion needs to be disabled for unanalyzable refs (we don't know how to transform them). But the safelen case missed to recurse (because that's only necessary for unanalyzable mems). Bootstrap / regtest on x86_64-unknown-linux-