Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
deprecate-2.C
blob: 5fcab2f6aac685aa3b393cb92e44a4f88ef8c6bf [
file
] [
log
] [
blame
]
// Stop accepting attributes after a parenthesized initializer
// { dg-options "-fpermissive" }
int
i
(
0
)
__attribute__
((
ignored
));
// { dg-warning "attributes" }
// { dg-message "will be removed" "" { target *-*-* } .-1 }