Re: [PATCH, libstdc++] Ignore extra warnings for 17_intro/static.cc on AIX

2013-11-19 Thread Jonathan Wakely
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.

[PATCH, libstdc++] Ignore extra warnings for 17_intro/static.cc on AIX

2013-11-19 Thread David Edelsohn
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? Thanks, David * testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings. Index: te