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 PR66449]Fix ICE by using POINTER_PLUS_EXPR for pointers.


On Thu, Jun 18, 2015 at 12:14 PM, Bin Cheng <bin.cheng@arm.com> wrote:
> And the patch...
>
> Thanks,
> bin
>
>> -----Original Message-----
>> From: gcc-patches-owner@gcc.gnu.org [mailto:gcc-patches-
>> owner@gcc.gnu.org] On Behalf Of Bin Cheng
>> Sent: Thursday, June 18, 2015 6:13 PM
>> To: gcc-patches@gcc.gnu.org
>> Subject: [PATCH PR66449]Fix ICE by using POINTER_PLUS_EXPR for pointers.
>>
>> Hi,
>> This patch fixes ICE in PR66449 by using POINTER_PLUS_EXPR for pointers.
>> Bootstrap and test on x86_64.  Is it OK trunk?

Ok.

Thanks,
Richard.

>> Thanks,
>> bin
>>
>> 2015-06-18  Bin Cheng  <bin.cheng@arm.com>
>>
>>       PR tree-optimization/66449
>>       * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
>>       POINTER_PLUS_EXPR for pointers.
>>
>> gcc/testsuite/ChangeLog
>> 2015-06-18  Bin Cheng  <bin.cheng@arm.com>
>>
>>       PR tree-optimization/66449
>>       * gcc.dg/vect/pr66449.c: New.
>>
>


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