Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;