This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR libstdc++/13045 / C++ demangler, floating values and function pointer type return type postfix fix.


On Tue, Nov 25, 2003 at 06:27:40PM -0500, DJ Delorie wrote:
> 
> > is the most logical thing to do: keep the mangling *exactly* as
> > whatever was typed by the programmer.
> 
> The mangled name has to be (1) a legal assembler/linker symbol, and
> (2) compatible with the rest of the mangling ABI.  Thus, we can't
> allow '.' or '+' in the mangled name, nor 'E' (as in 1E4).

Did you read the rest of that mail?

-- 
Carlo Wood <carlo@alinoe.com>


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