]> git.ipfire.org Git - thirdparty/gcc.git/commit
fortran: fix handling of options -ffpe-trap and -ffpe-summary [PR110957]
authorHarald Anlauf <anlauf@gmx.de>
Fri, 6 Oct 2023 20:21:56 +0000 (22:21 +0200)
committerHarald Anlauf <anlauf@gmx.de>
Fri, 13 Oct 2023 16:54:53 +0000 (18:54 +0200)
commit458c253ccdae9df439b9a452d04e325101e5756e
treea721aa9b8acf1858213b9d021a969be23ee28e81
parent8be20f3b0bded7f9b690b27cbee58b283dbe827b
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.
gcc/fortran/invoke.texi
gcc/fortran/options.cc