On Tue, Jul 19, 2016 at 9:00 AM, Richard Biener
wrote:
> On Mon, Jul 18, 2016 at 5:36 PM, Bin.Cheng wrote:
>> On Mon, Jul 18, 2016 at 4:28 PM, NightStrike wrote:
>>> On Mon, Jul 18, 2016 at 3:55 AM, Bin.Cheng wrote:
On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
> On Fri, Jul 15,
Hi,
On Mon, Jul 18, 2016 at 11:28:48AM -0400, NightStrike wrote:
> Well, one thing to note is that the warning is an easy way to get a
> notice of a possible missed optimization (and I have many more
> occurrences of it in a particular code base that I use). If the
> warning is highlighted potent
On Tue, Jul 19, 2016 at 10:00 AM, Richard Biener
wrote:
> On Mon, Jul 18, 2016 at 5:36 PM, Bin.Cheng wrote:
>> On Mon, Jul 18, 2016 at 4:28 PM, NightStrike wrote:
>>> On Mon, Jul 18, 2016 at 3:55 AM, Bin.Cheng wrote:
On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
> On Fri, Jul 15
On Mon, Jul 18, 2016 at 5:36 PM, Bin.Cheng wrote:
> On Mon, Jul 18, 2016 at 4:28 PM, NightStrike wrote:
>> On Mon, Jul 18, 2016 at 3:55 AM, Bin.Cheng wrote:
>>> On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
On Fri, Jul 15, 2016 at 1:07 PM, Bin Cheng wrote:
> Hi,
> This patch
On Mon, Jul 18, 2016 at 4:28 PM, NightStrike wrote:
> On Mon, Jul 18, 2016 at 3:55 AM, Bin.Cheng wrote:
>> On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
>>> On Fri, Jul 15, 2016 at 1:07 PM, Bin Cheng wrote:
Hi,
This patch removes support for -funsafe-loop-optimizations, as well
On Mon, Jul 18, 2016 at 3:55 AM, Bin.Cheng wrote:
> On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
>> On Fri, Jul 15, 2016 at 1:07 PM, Bin Cheng wrote:
>>> Hi,
>>> This patch removes support for -funsafe-loop-optimizations, as well as
>>> -Wunsafe-loop-optimizations. By its name, this opt
On Fri, Jul 15, 2016 at 6:23 PM, Richard Biener
wrote:
> On July 15, 2016 7:16:42 PM GMT+02:00, Bernd Schmidt
> wrote:
>>On 07/15/2016 07:07 PM, Bin Cheng wrote:
>>
>>> Bootstrap and test on x86_64. Is it OK?
>>
>>If you do this you'll also need to remove the use in config/bfin.
>
> OK with tha
On Sat, Jul 16, 2016 at 6:28 PM, NightStrike wrote:
> On Fri, Jul 15, 2016 at 1:07 PM, Bin Cheng wrote:
>> Hi,
>> This patch removes support for -funsafe-loop-optimizations, as well as
>> -Wunsafe-loop-optimizations. By its name, this option does unsafe
>> optimizations by assuming all loops m
On Fri, Jul 15, 2016 at 1:07 PM, Bin Cheng wrote:
> Hi,
> This patch removes support for -funsafe-loop-optimizations, as well as
> -Wunsafe-loop-optimizations. By its name, this option does unsafe
> optimizations by assuming all loops must terminate and doesn't wrap.
> Unfortunately, it's not
On July 15, 2016 7:16:42 PM GMT+02:00, Bernd Schmidt
wrote:
>On 07/15/2016 07:07 PM, Bin Cheng wrote:
>
>> Bootstrap and test on x86_64. Is it OK?
>
>If you do this you'll also need to remove the use in config/bfin.
OK with that change.
Richard.
>
>Bernd
On 07/15/2016 07:07 PM, Bin Cheng wrote:
Bootstrap and test on x86_64. Is it OK?
If you do this you'll also need to remove the use in config/bfin.
Bernd
Hi,
This patch removes support for -funsafe-loop-optimizations, as well as
-Wunsafe-loop-optimizations. By its name, this option does unsafe
optimizations by assuming all loops must terminate and doesn't wrap.
Unfortunately, it's not as useful as expected because:
1) Simply assuming loop must
12 matches
Mail list logo