rt_gccstream/gcc/testsuite/gcc.dg/mtune.c

7 lines
211 B
C

/* { dg-do compile } */
/* { dg-options "-mtune=foo" } */
/* { dg-error "mtune" "" { target *-*-* } 0 } */
/* { dg-bogus "march" "" { target *-*-* } 0 } */
/* { dg-bogus "mcpu" "" { target *-*-* } 0 } */
int i;