Sign in
gnu
/
gcc.git
/
3e4ced9de1f1c6444eae44c1fed493742c345bc6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
attr-aligned-2.c
blob: 991b3904540b2f87214d6584b6e657b79e5747f8 [
file
] [
log
] [
blame
]
/* PR c/115549 */
/* { dg-do compile } */
__attribute__
((
aligned
,
optimize
(
s
)))
/* { dg-error "not declared|undeclared" } */
int
s
()
{
return
0
;
}