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
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
"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
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
:
@@ -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
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.