aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/march-generic.c
blob: fb5b83c7d746540fc41bd1cf5ce75581a7889a4f (plain)
1
2
3
4
5
6
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-skip-if "" { *-*-* } { "-march=*" } { "" } } */
/* { dg-options "-march=generic" } */
/* { dg-error "'generic' CPU can be used only for '-mtune=' switch" "" { target *-*-* } 0 } */
/* { dg-bogus "march" "" { target *-*-* } 0 } */
int i;