Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / pmf4.C
blob709532e8fab21037ee601c5aa481300182f9f231
1 // { dg-do assemble  }
2 // PRMS Id: 4484 (bug 5)
3 // Bug: g++ can't convert between pmf types.
5 class A;
6 typedef void (A::*pmf)();
7 typedef void (A::*pmfc)() const;
9 pmfc p = (pmfc)(pmf)0;          // { dg-bogus "" } pmf conversion