https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110906
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- But even: ``` __attribute__((optimize("no-math-errno"))) double g(double x) { return __builtin_sqrt(x); } ``` Does not change here ...