OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / mtune.c
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { *-*-* } { "-mtune=*" } { "" } } */
3 /* { dg-options "-mtune=foo" } */
4 /* { dg-error "mtune" "" { target *-*-* } 0 } */
5 /* { dg-bogus "march" "" { target *-*-* } 0 } */
6 /* { dg-bogus "mcpu" "" { target *-*-* } 0 } */
7 /* { dg-prune-output "note: valid arguments.*" } */
8 int i;