[Bug tree-optimization/86396] fold calls to strtod() into constants where possible

2018-07-23 Thread joseph at codesourcery dot com
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

[Bug tree-optimization/86396] fold calls to strtod() into constants where possible

2018-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86396 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/86396] fold calls to strtod() into constants where possible

2018-07-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86396 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization Severity|no