]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/mtune.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / mtune.c
CommitLineData
38170f34 1/* { dg-do compile } */
07f93cbd 2/* { dg-skip-if "" { *-*-* } { "-mtune=*" } { "" } } */
38170f34 3/* { dg-options "-mtune=foo" } */
3eae54ca
JJ
4/* { dg-error "mtune" "mtune" { target *-*-* } 0 } */
5/* { dg-bogus "march" "march" { target *-*-* } 0 } */
6/* { dg-bogus "mcpu" "mcpu" { target *-*-* } 0 } */
4e927875 7/* { dg-prune-output "note: valid arguments.*" } */
38170f34 8int i;