RE: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-06-12 Thread weixiangyu
> Earnshaw > Subject: Re: backport the fixes of PR target/64011 and /61749 to 4.9 gcc > > On 10 June 2015 at 03:46, weixiangyu wrote: > > Updated patches were attached. Rebased on the latest 4.9 branch. > > Tested on aarch64-linux (big-endian and little-endian) with qemu

RE: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-06-11 Thread weixiangyu
Greenhalgh; gcc-patches@gcc.gnu.org; Marcus Shawcroft; Richard Earnshaw; Richard Earnshaw Subject: RE: backport the fixes of PR target/64011 and /61749 to 4.9 gcc On Wed, 10 Jun 2015, weixiangyu wrote: > + if (bitsize + bitnum > unit && bitnum < unit) > +{ > + wa

Re: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-06-11 Thread Marcus Shawcroft
t; break; > > case SIMD_ARG_STOP: > @@ -886,7 +889,7 @@ aarch64_simd_expand_args (rtx target, int icode, i >} > >if (!pat) > -return 0; > +return NULL_RTX; > >> -Original Message----- >> From: James Greenhalgh [mailto:

RE: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-06-10 Thread Joseph Myers
On Wed, 10 Jun 2015, weixiangyu wrote: > + if (bitsize + bitnum > unit && bitnum < unit) > +{ > + warning (OPT_Wextra, "write of "HOST_WIDE_INT_PRINT_UNSIGNED"bit data > " > + "outside the bound of destination object, data truncated into > " > + HOST_WID

RE: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-06-09 Thread weixiangyu
c: gcc-patches@gcc.gnu.org; Marcus Shawcroft; Richard Earnshaw; Yangfei > (Felix) > Subject: Re: backport the fixes of PR target/64011 and /61749 to 4.9 gcc > > On Wed, May 27, 2015 at 03:49:24AM +0100, weixiangyu wrote: > > Hi, > > Hi, > > > The first patch backp

Re: backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-05-28 Thread James Greenhalgh
On Wed, May 27, 2015 at 03:49:24AM +0100, weixiangyu wrote: > Hi, Hi, > The first patch backports the fix of PR > target/64011(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011) to the 4.9 > branch from trunk r219717, I can't approve this patch to be backported, so please do not commit it witho

backport the fixes of PR target/64011 and /61749 to 4.9 gcc

2015-05-26 Thread weixiangyu
Hi, The first patch backports the fix of PR target/64011(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64011) to the 4.9 branch from trunk r219717, and the second patch backports the fix of PR target/61749(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61749) to the 4.9 branch from trunk r215046.