lower-subreg-1.c: Skip aarch64*-*-*.

gcc/testsuite/

	* gcc.dg/lower-subreg-1.c: Skip aarch64*-*-*.

From-SVN: r201636
This commit is contained in:
Yufeng Zhang 2013-08-09 20:48:00 +00:00 committed by Yufeng Zhang
parent 11e5274a4b
commit cc277e8fd9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-08-09 Yufeng Zhang <yufeng.zhang@arm.com>
* gcc.dg/lower-subreg-1.c: Skip aarch64*-*-*.
2013-08-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/58058

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */
/* { dg-do compile { target { ! { mips64 || { aarch64*-*-* arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */
/* { dg-options "-O -fdump-rtl-subreg1" } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
/* { dg-require-effective-target ilp32 } */