https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98420
Roger Sayle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98420
--- Comment #4 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:72c243017dee611bf3c32ea7bfad6ac538021aaf
commit r12-7621-g72c243017dee611bf3c32ea7bfad6ac538021aaf
Author: Roger Sayle
Date: Sat Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98420
Roger Sayle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |roger at
nextmovesoftware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98420
--- Comment #2 from Andrew Pinski ---
(In reply to Richard Biener from comment #1)
> probably conditional on HONOR_SIGNED_ZEROS.
That is checked now:
+ || (!tree_expr_maybe_nan_p (@0)
+ && !tree_expr_maybe_infinite_p (@0)))
The pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98420
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Ever confirmed|0