Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib46.C
blob: 1c71990fc5547e76d73b91d2844df4d82c93a88d [
file
] [
log
] [
blame
]
// PR c++/40821
struct
__attribute__
((
aligned
(
8
))
S1
{
int
i
;
};
// { dg-error "expected" }
struct
__attribute__
(
aligned
(
8
)
S2
{
int
i
;
};
// { dg-error "expected" }