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] Add D demangling support to libiberty


On 4 August 2014 17:06, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Iain" == Iain Buclaw <ibuclaw@gdcproject.org> writes:
>
> Iain> This adds a demangler for the D programming language to libiberty,
> Iain> intended to be used in GDB and Binutils.  GDB already has a trimmed
> Iain> down implementation of this, but have been advised that here would be
> Iain> a better location to house it.
>
> Iain> - GDB has a testsuite that provides most of the coverage for what this
> Iain> code should be doing.
>
> I think it's better to put the tests into libiberty.  That way they are
> right next to the code.  This shouldn't be hard, as there's already a
> demangler test suite there.
>
> Tom

I've found it, thanks.


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