This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

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


> 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).


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