Commit eb7bdcb0 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r205087
parent 59e3393d
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
......
......@@ -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" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment