On Thu, 16 Oct 2025, Sandra Loosemore wrote: > I have a related question, though. There are quite a number of -f options > that take an argument but that don't have RejectNegative, for instance > -fanalyzer-verbosity=. I was doing some experiments last evening and found
Most such options are meaningless in the negative form (and should have RejectNegative added), but there are exceptions; -fno-builtin-<function> is a meaningful option, in particular. -- Joseph S. Myers [email protected]
