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: GCC optimizes integer overflow: bug or feature?


Robert Dewar writes:
 > Andrew Haley wrote:
 > 
 > > We've already defined `-fwrapv' for people who need nonstandard
 > > arithmetic.
 > 
 > Nonstandard implies that the result does not conform with the standard,

I don't think it does; it merely implies that any program which
requires "-fwrapv" for correct execution is not a strictly conforming
program.

Andrew.


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