IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / march-generic.c
blob2cebd369de2b5eb96b37a3dc8d566bc624b181cc
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-march=generic" } */
3 /* { dg-error "generic CPU can be used only for -mtune" "" { target *-*-* } 0 } */
4 /* { dg-bogus "march" "" { target *-*-* } 0 } */
5 int i;