This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2] replace several uses of the anon namespace with GCC_FINAL
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Trevor Saunders <tbsaunde at tbsaunde dot org>
- Cc: tbsaunde+gcc at tbsaunde dot org, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 13 Aug 2015 10:49:48 -0400
- Subject: Re: [PATCH 2/2] replace several uses of the anon namespace with GCC_FINAL
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnykOcuvuB4Mm-peUCRxov0QVf+spZPL7byZEJZi3+Ue1Gw at mail dot gmail dot com> <20150812203001 dot GA4898 at tsaunders-iceball dot corp dot tor1 dot mozilla dot com>
On Wed, Aug 12, 2015 at 4:30 PM, Trevor Saunders <tbsaunde@tbsaunde.org> wrote:
> On Wed, Aug 12, 2015 at 03:31:35PM -0400, David Edelsohn wrote:
>> This patch has caused a bootstrap failure on AIX.
>
> reverted, though my bet is this is some sort of generic devirt bug on
> aix.
bootstrap with GCC 5 does not help.
- David