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

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Do you expect any feedback from me?

Yes, I did!-(

> #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.

Common guy! FLAGS1="-ffpe-trap=set1,set2 ..." for most files, and
FLAGS2="-ffpe-trap=set1 ..." for the files you are asking for a
-fno-fpe-trap=set2 or whatever syntax you like.

> About #2... yes, "do it yourself" is always an option, but what's the purpose
> of bug reports and feature requests then?

As for today there are 907 Pos opened, with between 200 and 300 of them fixed
per year and ~300 new ones per year. Knowing that probably more than half of
the opened PRs have a much higher priority than yours, how many years will it
take to get this PR fixed?

Reply via email to