https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
Richard Biener changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #6 from Richard Biener ---
See PR34678 for issues of -frounding-math.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #5 from Richard Biener ---
Note that if GCC would be standards-conforming here your program would still
need
#pragma STDC FENV_ACCESS ON
since you are accessing and modifying the floating-point state (where the
pragma has no effect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #4 from Richard Biener ---
(In reply to Steffen Schmidt from comment #3)
> Thanks for the quick reply.
>
> Just tested using -frounding-math and it seems to fix the issue.
> Sorry, I was not aware of this option, according to GCCs m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #3 from Steffen Schmidt ---
Thanks for the quick reply.
Just tested using -frounding-math and it seems to fix the issue.
Sorry, I was not aware of this option, according to GCCs manual it is
experimental.
Please correct me if I'm w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #2 from Richard Biener ---
Did you compile with -frounding-math?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92164
--- Comment #1 from Steffen Schmidt ---
Created attachment 47072
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47072&action=edit
Test result output text.