Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib44.C
blob: 0d9f5203446a3a5d54cc15d1c547e169a2082507 [
file
] [
log
] [
blame
]
// PR c++/52671
// { dg-do compile }
__attribute__
((
deprecated
))
enum
E
{
E0
};
// { dg-warning "attribute ignored in declaration of" "ignored" }
// { dg-message "must follow the" "must follow" { target *-*-* } .-1 }