]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 04:38:14 +0000 (04:38 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 04:38:14 +0000 (04:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205087 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/static.cc

index 891e5c56511762f7bf28904d3fe3d17f03c25a07..f372d62dcbcc32535a2e0d3a18012d39762c2972 100644 (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
index b7ce9f4dcaa62ea4870ea535e02ca66092240191..44d60ea45069feae47383cbd29bd7c77781a9476 100644 (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" }
+