// PR c++/33911 template struct __attribute__ ((deprecated)) S {}; S s; // { dg-warning "deprecated" } template