This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 2/2] D: Sync libiberty with upstream GCC.


On 2017-06-06 22:36, Iain Buclaw wrote:
Hi,

This patch synchronizes GDB with GCC's copy of libiberty - the D
demangling part.

Iain.

---

Hi Iain,

Starting with this commit, I see this failure in the D tests:

FAIL: gdb.dlang/demangle.exp: _D8demangle4test6__initZ

This command

(gdb) demangle _D8demangle4test6__initZ
demangle.test.init$

now gives this result

(gdb) demangle _D8demangle4test6__initZ
initializer for demangle.test

Is it simply that the test needs to be updated. As the D lang maintainer, can you take care of it?

Thanks!

Simon


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