On Tue, Nov 12, 2019 at 01:06:55AM +0100, Jakub Jelinek wrote: > The testcase from the PR ICEs on rs6000. For __builtin_isunordered etc. > the folding makes sure that there is no *ORDERED_EXPR etc. in the IL > if !HONOR_NANS, but the complex multiplication can emit it when mixing > -Ofast with -fno-cx-limited-range. > The following patch makes sure we don't emit it even in that case. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > > I'll defer the addition of the testcase and rs6000 changes to Segher.
Thanks for doing this. Yeah, testcases + rs6000 builtin fix ready soon. Segher