Re: [PATCH][convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno

2014-08-05 Thread Richard Biener
On Mon, Aug 4, 2014 at 2:27 PM, Kyrill Tkachov wrote: > Hi all, > > Following up on Josephs' comments on PR 61876 this patch guards the rint + > cast -> lrint transformation on -fno-math-errno. > > Bootstrapped and tested on aarch64-linux and x86. > > Ok for trunk? Ok. Thanks, Richard. > Thanks

[PATCH][convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno

2014-08-04 Thread Kyrill Tkachov
Hi all, Following up on Josephs' comments on PR 61876 this patch guards the rint + cast -> lrint transformation on -fno-math-errno. Bootstrapped and tested on aarch64-linux and x86. Ok for trunk? Thanks, Kyrill 2014-08-04 Kyrylo Tkachov * convert.c (convert_to_integer): Guard transf