blob: 6a753965c527fd7f27851c5e8e474ec900a1a75a [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_10" } */
/* { dg-additional-options "-mcpu=native" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler {\.arch armv8-a\+nofp\+nosimd} } } */
/* Test one with no entry in feature list. */