Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / g++.dg / warn / pedantic2.C
blob6c834162c1b63598098978495b78b0625f937272
1 // { dg-options "-pedantic" }
3 class foo
5   foo() {};
6   void bar() {};
8   foo(int) {};;  // { dg-warning "extra" }
9   void bar(int) {};;  // { dg-warning "extra" }