blob: 2a66a04114a2d1bc60bb084e1def08f9fcf51181 [file] [log] [blame]
/* Functional tests for the "target" attribute and pragma. */
/* { dg-do compile { target { lp64 } } } */
/* { dg-require-effective-target target_attribute } */
/* { dg-options "-O3 -march=z13 -mno-zvector" } */
__attribute__ ((target("zvector")))
void a1(void)
{ /* { dg-error "is not supported by attribute" } */
}