blob: 1fc8aa86fd6ef7a7a8f502be149f07514091eccd [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-additional-options "-mcpu=native" } */
int main ()
{
return 0;
}
/* { dg-final { scan-assembler-not {\.arch .+\+profile.*} } } */
/* Check that an empty feature string is not detected during mcpu=native. */