aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-44.C
blob: 81d70e52b0ebc4324a45a742647b6b62e99653ab (plain)
1
2
3
// PR c++/52671
// { dg-do compile { target c++11 } }
[[gnu::deprecated]] enum E { E0 };	// { dg-warning "ignored in declaration" }