2017-09-12 Richard Biener <rguenther@suse.de>
PR middle-end/82149
* match.pd ((FTYPE) N CMP CST): Fix typo.
From-SVN: r252007
+2017-09-12 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/82149
+ * match.pd ((FTYPE) N CMP CST): Fix typo.
+
2017-09-12 Simon Atanasyan <simon.atanasyan@imgtec.com>
* config/mips/mips.c (mips_attribute_table): Add 'short_call'
-fno-signaling-nans. */
bool exception_p
= real_isnan (cst) && (cst->signalling
- || (cmp != EQ_EXPR || cmp != NE_EXPR));
+ || (cmp != EQ_EXPR && cmp != NE_EXPR));
/* INT?_MIN is power-of-two so it takes
only one mantissa bit. */
bool signed_p = isign == SIGNED;