https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120961
Nathaniel Shead <nshead at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED CC| |nshead at gcc dot gnu.org --- Comment #3 from Nathaniel Shead <nshead at gcc dot gnu.org> --- This is due to the following (amongst other things) #pragma GCC push_options #pragma GCC optimize("no-fast-math") so dup of PR108080. *** This bug has been marked as a duplicate of bug 108080 ***