aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/march.c
blob: 43478bc8a391f2b7e97216dc12792d6be6cbf255 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-march=*" } { "" } } */
/* { dg-options "-march=foo" } */
/* { dg-error "march" "" { target *-*-* } 0 } */
/* { dg-bogus "mtune" "" { target *-*-* } 0 } */
/* { dg-prune-output "note: valid arguments" } */
int i;