https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81033
Elliot Saba changed:
What|Removed |Added
CC||staticfloat at gmail dot com
--- Comment
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: staticfloat at gmail dot com
Target Milestone: ---
This is a GCC bug stemming from this issue [1] on the JuliaLang bug tracker.
While compiling the project openlibm [2] using GCC 7.1.0 targeting i686, the
peephole2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80706
--- Comment #1 from Elliot Saba ---
I should also note that this is fixed if I provide `-mfpmath=sse` in addition
to any other optimization flags.