https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
--- Comment #3 from ead ---
I guess -0.0+0.0=0.0 is the reason we have to add it once. I think there is no
need to add 0.0 twice.
Btw. compiled with -fno-signed-zeros, the code gets optimized to
doit:
ret
as expected.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n