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

2015-06-12 Thread weixiangyu
unity next time. Sorry for my careless. Many thanks /Xiangyu Wei > -Original Message- > From: Marcus Shawcroft [mailto:marcus.shawcr...@gmail.com] > Sent: Thursday, June 11, 2015 5:25 PM > To: weixiangyu > Cc: James Greenhalgh; gcc-patches@gcc.gnu.org; Marcus Shawcroft; Richard

RE: [PATCH, AArch64] [4.9] Backport

2015-06-12 Thread weixiangyu
arcus Shawcroft [mailto:marcus.shawcr...@gmail.com] Sent: Thursday, June 11, 2015 4:42 PM To: weixiangyu Cc: gcc-patches@gcc.gnu.org; James Greenhalgh; marcus.shawcr...@arm.com; richard.earns...@arm.com; Yangfei (Felix) Subject: Re: [PATCH, AArch64] [4.9] Backport On 10 June 2015 at 11:06, weixiangyu w

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

2015-06-11 Thread weixiangyu
"backwards" from the size of the unit we are inserting into. Otherwise, we count bits from the most significant on a Thanks! XIangyu Wei -Original Message- From: Joseph Myers [mailto:jos...@codesourcery.com] Sent: Wednesday, June 10, 2015 6:18 PM To: weixiangyu Cc: James

[PATCH, AArch64] [4.9] Backport

2015-06-10 Thread weixiangyu
Another backport patch which fixes a csmith ICE problem. Rebased on the latest 4.9 branch. Tested ok on aarch64-linux with qemu. Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 223867) +++ gcc/ChangeLog (working co

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

2015-06-09 Thread weixiangyu
: @@ -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:james.greenha...@arm.com] > Sent: Thursday, May 28, 2015 9:58 PM > To: weixiangyu > C

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.