1 /* Verify that we provide a hint if the user misspells an option argument
2    (PR middle-end/77475).  */
3 
4 /* { dg-do compile } */
5 
foo(void)6 __attribute__((target ("arch=hasvel"))) void foo (void) {} /* { dg-error "bad value .'hasvel'. for 'target..arch=..' attribute" } */
7 /* { dg-message "valid arguments to 'target..arch=..' attribute are: \[^\n\r]*; did you mean 'haswell'?"  "" { target *-*-* } .-1 } */
8