This is the mail archive of the gcc-patches@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: [PATCH][no-undefined-overflow] Add basic C++ support


On Fri, 6 Mar 2009, Paolo Bonzini wrote:

> Second, optimizations that require wrapping semantics are still disabled
> with -fno-strict-overflow and require -fwrapv explicitly.  I don't know

These optimizations are of course a key advantage of having explicit tree 
codes, since they can now transform an overflow-undefined operation to an 
overflow-wraps one rather than being disabled altogether without -fwrapv.

-- 
Joseph S. Myers
joseph@codesourcery.com


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