Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pr86453.C
blob: 34d967da69375526826ef2bf01ca2590ccc2760b [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-additional-options "-flto" { target lto } }
struct
X
{
int
*
__attribute__
((
aligned
(
2
),
packed
))
a
;
// { dg-warning "ignoring attribute .packed. because it conflicts with attribute .aligned." }
}
b
;