Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / parse6.C
blobba37f103e94376a08570ad91daff177c70ad1f88
1 // { dg-do assemble  }
2 // PRMS id: 4653
3 // Bug: g++ tries to resolve declarator/expression ambiguities too soon.
5 template<class T> struct A { };
7 void f () {
8   void (A<int>::*pmf) ();       // { dg-bogus "" } late binding