This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, libstdc++] Ignore extra warnings for 17_intro/static.cc on AIX
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 19 Nov 2013 21:58:13 +0000
- Subject: Re: [PATCH, libstdc++] Ignore extra warnings for 17_intro/static.cc on AIX
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnykOB4_KGG9BH1vhG_wA_NZJqhDk4fZNHF9fGSG+4iE=Yg at mail dot gmail dot com>
On 19 November 2013 21:44, David Edelsohn wrote:
> The libstdc++ 17_intro/static.cc elicits multi-line AIX linker
> warnings about TOC reload instructions. This patch adds dg-prune
> directives to ignore the warnings and allow the testcase to pass.
>
> Okay?
Yes, thanks.