Re: [PATCH 07/10] libiberty: Correctly handle error result in dlang_parse_structlit()

2019-04-30 Thread Jeff Law
On 1/10/19 5:18 PM, Ben L wrote: > Hi all, > > First time emailing gcc-patches, so I'm sorry if I get any of this wrong or if > there's obvious errors repeated in my patches. AFAICT I should be sending each > change individually rather than as one bulk patch, so I'm sorry about the spam > too. >

[PATCH 07/10] libiberty: Correctly handle error result in dlang_parse_structlit()

2019-01-10 Thread Ben L
dlang_parse_structlit): Correctly handle error result. * testsuite/d-demangle-expected: Add testcase. From 4911e6f481472b732277cc9b2136b0846474bb4a Mon Sep 17 00:00:00 2001 From: bobsayshilol Date: Wed, 9 Jan 2019 22:37:41 + Subject: [PATCH 07/10] libiberty: Correctly handle error result