https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110957
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:458c253ccdae9df439b9a452d04e325101e5756e commit r14-4631-g458c253ccdae9df439b9a452d04e325101e5756e Author: Harald Anlauf <anl...@gmx.de> Date: Fri Oct 6 22:21:56 2023 +0200 fortran: fix handling of options -ffpe-trap and -ffpe-summary [PR110957] gcc/fortran/ChangeLog: PR fortran/110957 * invoke.texi: Update documentation to reflect '-ffpe-trap=none'. * options.cc (gfc_handle_fpe_option): Fix mixup up of error messages for options -ffpe-trap and -ffpe-summary. Accept '-ffpe-trap=none' to clear FPU traps previously set on command line.