Re: [PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-12-10 Thread David Malcolm
On Tue, 2019-12-10 at 09:36 -0500, Lewis Hyatt wrote: > On Mon, Dec 9, 2019 at 4:58 PM David Malcolm > wrote: > > On Thu, 2019-10-10 at 16:27 -0400, Lewis Hyatt wrote: > > > Hello- > > > > > > This short patch addresses > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91843 > > > by adding the

Re: [PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-12-10 Thread Lewis Hyatt
On Mon, Dec 9, 2019 at 4:58 PM David Malcolm wrote: > > On Thu, 2019-10-10 at 16:27 -0400, Lewis Hyatt wrote: > > Hello- > > > > This short patch addresses > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91843 > > by adding the needed multibyte awareness to pretty-print.c. > > Together with my ot

Re: [PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-12-09 Thread Lewis Hyatt
On Mon, Dec 9, 2019 at 4:58 PM David Malcolm wrote: > > On Thu, 2019-10-10 at 16:27 -0400, Lewis Hyatt wrote: > > Hello- > > > > This short patch addresses > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91843 > > by adding the needed multibyte awareness to pretty-print.c. > > Together with my ot

Re: [PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-12-09 Thread David Malcolm
On Thu, 2019-10-10 at 16:27 -0400, Lewis Hyatt wrote: > Hello- > > This short patch addresses > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91843 > by adding the needed multibyte awareness to pretty-print.c. > Together with my other patch awaiting review > (https://gcc.gnu.org/ml/gcc-patches/201

Ping: [PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-11-11 Thread Lewis Hyatt
Hello- Would it be appropriate to ping this patch at this point? It would be great if someone can review it please, it's relatively short and it fixes one of the two noticeable issues with extended identifier diagnostics. Thanks very much! https://gcc.gnu.org/ml/gcc-patches/2019-10/msg00766.html

[PATCH] Fix multibyte-related issues in pretty-print.c (PR 91843)

2019-10-10 Thread Lewis Hyatt
Hello- This short patch addresses https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91843 by adding the needed multibyte awareness to pretty-print.c. Together with my other patch awaiting review (https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01627.html), this fixes all issues that I am aware of regardi