autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Kenner
Subject: Re: changing "configure" to default to "gcc -g -O2 -fwrapv ..."
Date: Mon, 01 Jan 2007 21:21:20 EST

> Here I'd like to demur, since I think it's useful to document
> something that users can rely on.
>
> I'm not asking that we document every possible wrapv-assuming code
> that happens to work.  I'm only asking for enough so that users can
> easily write code that tests for signed integer overflow, or to
> compute sums, products, etc. that would apply if -fwrapv were in effect.

I'd rather encourage users to write code that conforms to the standard
and where overflow is undefined.  Supporting old code is one thing,
but new code ought to follow the standard.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]