OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / deprecated-5.C
1 // PR c++/16370
2
3 struct Foo { int i; } __attribute__ ((deprecated));
4 void foo() { Foo f; }           // { dg-warning "deprecated" }