* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.

From-SVN: r205087
This commit is contained in:
David Edelsohn 2013-11-20 04:38:14 +00:00 committed by David Edelsohn
parent 59e3393d4a
commit eb7bdcb027
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-20 David Edelsohn <dje.gcc@gmail.com>
* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.
2013-11-19 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/23_containers/forward_list/allocator/noexcept.cc: Change

View File

@ -29,3 +29,8 @@ int main()
std::cout << "i am old-skool\n";
return 0;
}
// Ignore TOC warnings on AIX
// { dg-prune-output "ld: 0711-768 WARNING" }
// { dg-prune-output "recognized no-op" }
// { dg-prune-output "TOC-reload" }