This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

snapshot 20010514: compression of mangled name


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]