On Thu, Jun 18, 2015 at 12:14 PM, Bin Cheng <[email protected]> wrote: > And the patch... > > Thanks, > bin > >> -----Original Message----- >> From: [email protected] [mailto:gcc-patches- >> [email protected]] On Behalf Of Bin Cheng >> Sent: Thursday, June 18, 2015 6:13 PM >> To: [email protected] >> 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 <[email protected]> >> >> 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 <[email protected]> >> >> PR tree-optimization/66449 >> * gcc.dg/vect/pr66449.c: New. >> >
