This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH COMMITTED: Fix stringification of wide characters
- From: Ian Lance Taylor <iant at google dot com>
- To: tromey at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 02 Sep 2009 11:47:52 -0700
- Subject: Re: PATCH COMMITTED: Fix stringification of wide characters
- References: <m3vdk1z1ue.fsf@pepe.airs.com> <m3iqg1mcgo.fsf@fleche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
>>>>>> "Ian" == Ian Lance Taylor <iant@google.com> writes:
>
> Ian> This causes stringification of wide characters to fail.
>
> Ian> This patch fixes it and includes a test case. Bootstrapped and tested
> Ian> on x86_64-unknown-linux-gnu. Committed as obvious.
>
> This seems like something that should go on the 4.4 branch as well.
> (Maybe it did? I didn't look; you didn't mention it so I thought I
> would.)
Makes sense. Committed to 4.4 branch.
Ian