[AARCH64]Enable gcc/testsuite/gcc.dg/builtin-apply2.c fro aarch64 target

testsuite/
2015-01-16  Renlin Li <renlin.li@arm.com>

	* gcc.dg/builtin-apply2.c: Remove aarch64 target from skip list.

From-SVN: r219720
This commit is contained in:
Renlin Li 2015-01-16 11:04:52 +00:00 committed by Renlin Li
parent 3e362970f9
commit eb5ffec495
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-16 Renlin Li <renlin.li@arm.com>
* g++.dg/builtin-apply2.c: Remove aarch64 target from skip list.
2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
* gcc.target/i386/sse-14.c: Test new intrinsic.

View File

@ -1,6 +1,6 @@
/* { dg-do run } */
/* { dg-require-effective-target untyped_assembly } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { "aarch64*-*-* avr-*-* nds32*-*-*" } { "*" } { "" } } */
/* { dg-skip-if "Variadic funcs have all args on stack. Normal funcs have args in registers." { "avr-*-* nds32*-*-*" } { "*" } { "" } } */
/* { dg-skip-if "Variadic funcs use Base AAPCS. Normal funcs use VFP variant." { arm*-*-* && arm_hf_eabi } { "*" } { "" } } */
/* PR target/12503 */