1 // { dg-do compile { target i?86-*-* x86_64-*-* } } 2 // { dg-options "" } 3 4 __attribute__((target (11,12))) foo(void)5 void foo (void) // { dg-error "not a string" } 6 { 7 } 8