summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/spellcheck_6.c
blob: 8fa491b0ca4beae6c13aa90de84235495d8a9c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mtune=*" } { "" } } */
/* { dg-options "-mtune=cortex-a72-typo" } */

void
foo ()
{
}

/* { dg-error "unknown value 'cortex-a72-typo' for -mtune"  "" { target *-*-* } 0 } */
/* { dg-message "valid arguments are: \[^\n\r]*; did you mean 'cortex-a72'?"  "" { target *-*-* } 0 } */