Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / pmf5.C
bloba5405243fcc5e1353835f21e2faf12ddc197b186
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // PRMS Id: 4985
5 struct Thing {
6         int OverloadFn() const;
7         void FunctionA(char* restOfLine);
8         void OverloadFn(char* restOfLine);
9 };
11 struct ThingEntry {
12         void (Thing::*_handler)(char* restOfLine);
15 static ThingEntry KeyWordTable[] = {
16         &Thing::FunctionA,
17         Thing::OverloadFn,
18 };                              // { dg-warning "" } implicit &