aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/attrib44.C
blob: ae08191d8ff1cbce9d199c543fa3f4cf30ed03e8 (plain)
1
2
3
4
// PR c++/52671
// { dg-do compile }
__attribute__ ((deprecated)) enum E { E0 };	// { dg-warning "attribute ignored in declaration of" }
// { dg-message "must follow the" "" { target *-*-* } 3 }