This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: changing "configure" to default to "gcc -g -O2 -fwrapv ..."


> Then we have two switches:
> 
> -fstandard
> 
> which allows all optimizations (name can be changed, I
> don't care about the name)
> 
> -fwrapv
> 
> which changes the semantics to require wrapping in
> all cases (including loops)

What about -fno-wrapv for the first?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]