Re: [PATCH PR66449]Fix ICE by using POINTER_PLUS_EXPR for pointers.

2015-06-18 Thread Richard Biener
@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.ch...@arm.com PR tree

[PATCH PR66449]Fix ICE by using POINTER_PLUS_EXPR for pointers.

2015-06-18 Thread Bin Cheng
Hi, This patch fixes ICE in PR66449 by using POINTER_PLUS_EXPR for pointers. Bootstrap and test on x86_64. Is it OK trunk? Thanks, bin 2015-06-18 Bin Cheng bin.ch...@arm.com PR tree-optimization/66449 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use

RE: [PATCH PR66449]Fix ICE by using POINTER_PLUS_EXPR for pointers.

2015-06-18 Thread Bin Cheng
And the patch... Thanks, bin -Original Message- From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- ow...@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