view gcc/testsuite/gcc.target/aarch64/options_set_8.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-additional-options "-march=armv8.4-a+nodotprod" } */

int main ()
{
  return 0;
}

/* { dg-final { scan-assembler-times {\.arch armv8\.4\-a} 1 } } */

/* Checking if trying to turn off default features propagates the commandline
   option.  */