Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

another mangling example error


  • To: cxx-abi@xxxxxxxxxxxxxxxxxxxx
  • Subject: another mangling example error
  • From: Alex Samuel <samuel@xxxxxxxxxxxxxxxx>
  • Date: Tue, 9 May 2000 12:32:36 -0700 (PDT)

I think 

    void foo(Hello,World,World,Hello) 

should be mangled

    _Z3foo5Hello5WorldS1_S0_

since at the first substitution, the candidates are

  S_  = foo
  S0_ = Hello
  S1_ = World

Am I missing one somewhere?