https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97263

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:0920e64ffa55adb063174559b274b0a521f34934

commit r15-237-g0920e64ffa55adb063174559b274b0a521f34934
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Mon May 6 14:14:41 2024 -0700

    Mention that some options are turned on by `-Ofast` in their descriptions
[PR97263]

    Like was done for -ffast-math in r0-105946-ga570fc16fa8056, we should
    document that -Ofast enables -fmath-errno, -funsafe-math-optimizations,
    -finite-math-only, -fno-trapping-math in their documentation.

    Note this changes the stronger "must not" to be "is not" for
-fno-trapping-math
    since we do enable it for -Ofast already.

    gcc/ChangeLog:

            PR middle-end/97263
            * doc/invoke.texi(fmath-errno): Document it is turned on
            with -Ofast.
            (funsafe-math-optimizations): Likewise.
            (ffinite-math-only): Likewise.
            (fno-trapping-math): Likewise and use less strong language.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to