Xref: utzoo gnu.g++.help:669 comp.lang.c++:12589 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!caen!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: tiemann@CYGNUS.COM (Michael Tiemann) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: name mangler Message-ID: <9104020404.AA19492@cygnus.com> Date: 2 Apr 91 04:04:41 GMT References: <9104012007.AA09595@puma.cad.mcc.com> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@cygnus.com Followup-To: gnu.g++.help Distribution: world Organization: Cygnus Support, Palo Alto CA; Phone +1 415 322 3811 Lines: 18 Does anyone have a specification for the mangler that is simpler than ferreting it out of the demangler in cplus-dem.cc? You need to do the whole job because of typedefs. I.e., typedef int foo; typedef int bar; foo f (bar); mangles to the same thing that bar f (foo); mangles to. Michael