On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška <mli...@suse.cz> wrote: > Hello. > > Following patch is fix for PR ipa/64813. The patch was tested on a darwin > target > by Dominique. > > Ready for trunk?
- if (!(gimple_call_flags (call) & ECF_NORETURN)) + if (!alias_is_noreturn) that was technically unnecessary, right? The call flags properly return ECF_NORETURN already? Ok if that is the case. Thanks, Roichard. > Thanks, > Martin