For the function in the input file
struct foo {};
void bar (void (foo::*)(int) const, void (foo::*)(int)) {}
G++ snapshot 20010514 uses the mangled name
_Z3barMK3fooFviEMS_FviE
I think this should be
_Z3barMK3fooFviEMS_S1_
instead.
--
Eberhard Mattes