(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
funcspec-6.c
       1  /* Test whether all of the 64-bit function specific options are accepted
       2     without error.  */
       3  /* { dg-do compile { target { ! ia32 } } } */
       4  
       5  #include "funcspec-56.inc"
       6  
       7  extern void test_arch_foo (void)		__attribute__((__target__("arch=foo"))); /* { dg-error "bad value" } */
       8  
       9  extern void test_tune_foo (void)		__attribute__((__target__("tune=foo"))); /* { dg-error "bad value" } */