OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / parse6.C
1 // { dg-do assemble  }
2 // PRMS id: 4653
3 // Bug: g++ tries to resolve declarator/expression ambiguities too soon.
4
5 template<class T> struct A { };
6
7 void f () {
8   void (A<int>::*pmf) ();       // { dg-bogus "" } late binding
9 }