https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86396
--- Comment #2 from joseph at codesourcery dot com ---
You can't fold atof ("3.14") with -frounding-math because the result
depends on the rounding mode, or with -ftrapping-math (which is the
default) because it should raise "inexact" (there ar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86396
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86396
Martin Sebor changed:
What|Removed |Added
Keywords||missed-optimization
Severity|no