blob: 991b3904540b2f87214d6584b6e657b79e5747f8 [file] [log] [blame]
/* PR c/115549 */
/* { dg-do compile } */
__attribute__((aligned,optimize(s))) /* { dg-error "not declared|undeclared" } */
int s()
{
return 0;
}