[AArch64][obvious] Mark target_attr_1.c as compile-only

* gcc.target/aarch64/target_attr_1.c: Make test compile-only.

From-SVN: r226886
This commit is contained in:
Kyrylo Tkachov 2015-08-14 09:45:44 +00:00 committed by Kyrylo Tkachov
parent 3d0810e14c
commit 483750e491
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-08-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/target_attr_1.c: Make test compile-only.
2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
* gcc.target/i386/builtin_target.c: Add skylake check.

View File

@ -1,4 +1,4 @@
/* { dg-do assemble } */
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=thunderx -save-temps" } */
/* Test that cpu attribute overrides the command-line -mcpu. */