rt_gccstream/gcc/testsuite/gcc.dg/march.c

6 lines
163 B
C

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