On 04/27/2017 03:16 AM, Richard Biener wrote:
On Wed, 26 Apr 2017, Martin Sebor wrote:
On 04/26/2017 01:59 AM, Richard Biener wrote:
On Tue, 25 Apr 2017, Martin Sebor wrote:
On 04/24/2017 05:25 AM, Richard Biener wrote:
The following makes signed overflow undefined for all (non-)optimizati
On Wed, 26 Apr 2017, Martin Sebor wrote:
> On 04/26/2017 01:59 AM, Richard Biener wrote:
> > On Tue, 25 Apr 2017, Martin Sebor wrote:
> >
> > > On 04/24/2017 05:25 AM, Richard Biener wrote:
> > > >
> > > > The following makes signed overflow undefined for all (non-)optimization
> > > > levels.
On 04/26/2017 01:59 AM, Richard Biener wrote:
On Tue, 25 Apr 2017, Martin Sebor wrote:
On 04/24/2017 05:25 AM, Richard Biener wrote:
The following makes signed overflow undefined for all (non-)optimization
levels. The intent is to remove -fno-strict-overflow signed overflow
behavior as that
On Tue, 25 Apr 2017, Martin Sebor wrote:
> On 04/24/2017 05:25 AM, Richard Biener wrote:
> >
> > The following makes signed overflow undefined for all (non-)optimization
> > levels. The intent is to remove -fno-strict-overflow signed overflow
> > behavior as that is not a sensible option to the
On 04/24/2017 05:25 AM, Richard Biener wrote:
The following makes signed overflow undefined for all (non-)optimization
levels. The intent is to remove -fno-strict-overflow signed overflow
behavior as that is not a sensible option to the user (it ends up
with the worst of both -fwrapv and -fno-w
On 04/25/2017 09:09 AM, Richard Biener wrote:
On April 25, 2017 4:39:49 PM GMT+02:00, Jeff Law wrote:
On 04/24/2017 05:25 AM, Richard Biener wrote:
The following makes signed overflow undefined for all
(non-)optimization
levels. The intent is to remove -fno-strict-overflow signed overflow
On April 25, 2017 4:39:49 PM GMT+02:00, Jeff Law wrote:
>On 04/24/2017 05:25 AM, Richard Biener wrote:
>>
>> The following makes signed overflow undefined for all
>(non-)optimization
>> levels. The intent is to remove -fno-strict-overflow signed overflow
>> behavior as that is not a sensible opt
On 04/24/2017 05:25 AM, Richard Biener wrote:
The following makes signed overflow undefined for all (non-)optimization
levels. The intent is to remove -fno-strict-overflow signed overflow
behavior as that is not a sensible option to the user (it ends up
with the worst of both -fwrapv and -fno-w
The following makes signed overflow undefined for all (non-)optimization
levels. The intent is to remove -fno-strict-overflow signed overflow
behavior as that is not a sensible option to the user (it ends up
with the worst of both -fwrapv and -fno-wrapv). The implementation
details need to be pr