snapshot 20010514: compression of mangled name

Eberhard Mattes mattes@azu.informatik.uni-stuttgart.de
Tue May 22 14:42:00 GMT 2001


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



More information about the Gcc-bugs mailing list