[Bug fortran/81344] Can't disable -ffpe-trap (or not documented)
jellby at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Sat Oct 14 11:10:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81344
--- Comment #3 from Ignacio Fernández Galván <jellby at yahoo dot com> ---
Do you expect any feedback from me?
#1 would of course work, but the point is that I'd like to set
'-ffpe-trap=set1,set2' as the default for all files, and then disable set2 only
for some files. This would be simpler than setting '-ffpe-trap=set1' for some
files and '-ffpe-trap=set1,set2' for the "other" files, since I may not know
which are the other files.
About #2... yes, "do it yourself" is always an option, but what's the purpose
of bug reports and feature requests then?
More information about the Gcc-bugs
mailing list