This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR libstdc++/79789 fix non-reserved names in headers
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 10 Mar 2017 11:11:00 -0500
- Subject: Re: [PATCH] PR libstdc++/79789 fix non-reserved names in headers
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnymjGP5ZpP3e4O-=3K17D=OK1Uda5ixOL_mwmv=hEgxBkw@mail.gmail.com> <20170309194616.GG3501@redhat.com> <20170310152017.GR3501@redhat.com>
On Fri, Mar 10, 2017 at 10:20 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
> On 09/03/17 19:46 +0000, Jonathan Wakely wrote:
>>
>> On 03/03/17 10:47 -0500, David Edelsohn wrote:
>>>
>>> This patch caused a new regression on AIX.
>>
>>
>> I'm unable to bootstrap on either gcc111 or gcc119 so I can't test
>> the fix.
>
>
> export CONFIG_SHELL=/usr/bin/bash
> PATH=/opt/freeware/bin:$PATH
> $gccsrcdir/configure ... --disable-werror --with-included-gettext
> --with-gmp=/opt/cfarm --with-libiconv-prefix=/opt/cfarm
> --disable-libstdcxx-pch
>
> Here's what I'm committing to trunk.
>
> Tested powerpc64le-linux and powerpc-ibm-aix7.2.0.0
Great!
Thank you very much!
- David