Re: [PATCH, AArch64] Skip gcc.dg/lower-subreg-1.c

2013-08-09 Thread Marcus Shawcroft
On 26 July 2013 12:06, Yufeng Zhang wrote: > Hi, > > This patch changes to skip gcc.dg/lower-subreg-1.c for aarch64*-*-*. The > word mode in aarch64 is 64-bit so the lower-subreg pass won't happen in this > test case. The test is currently skipped on aarch64 with lp64 due to the > directive of "d

Re: [PING] [PATCH, AArch64] Skip gcc.dg/lower-subreg-1.c

2013-08-08 Thread Yufeng Zhang
Ping~ Thanks, Yufeng On 07/26/13 12:06, Yufeng Zhang wrote: Hi, This patch changes to skip gcc.dg/lower-subreg-1.c for aarch64*-*-*. The word mode in aarch64 is 64-bit so the lower-subreg pass won't happen in this test case. The test is currently skipped on aarch64 with lp64 due to the direct

[PATCH, AArch64] Skip gcc.dg/lower-subreg-1.c

2013-07-26 Thread Yufeng Zhang
Hi, This patch changes to skip gcc.dg/lower-subreg-1.c for aarch64*-*-*. The word mode in aarch64 is 64-bit so the lower-subreg pass won't happen in this test case. The test is currently skipped on aarch64 with lp64 due to the directive of "dg-require-effective-target ilp32", but fails when