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]

Re: [PATCH] Remove gratuitous demangler differences




On 11 Feb 2001, Gabriel Dos Reis wrote:

> Daniel Berlin <dberlin@redhat.com> writes:
>
> | This patch removes differences between the old and new demangler that
> | really aren't necessary (unsigned vs unsigned int, () vs (void)).
>
> It is desirable that the demangled names match as much as
> possible V3/C++-STYLE

I'll wrap these changes in DMGL_GDB if you like.
But that's just gonna cause more maintenance hassle.

However, this is a *major* issue for GDB, at the very least, and I would
imagine we are not the only thing that doesn't expect random differences
from the old ABI demangler to the new ABI demangler, for the same code.

--Dan


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