diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-11-20 04:38:14 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-11-19 23:38:14 -0500 |
commit | eb7bdcb0273113159a9ab332e0e6d23889516067 (patch) | |
tree | 66a59d072444bbf517d7c23cdda52df844193229 | |
parent | 59e3393d4ac74e666e9c26f28154fcb086844d59 (diff) | |
download | gcc-eb7bdcb0273113159a9ab332e0e6d23889516067.zip gcc-eb7bdcb0273113159a9ab332e0e6d23889516067.tar.gz gcc-eb7bdcb0273113159a9ab332e0e6d23889516067.tar.bz2 |
* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.
From-SVN: r205087
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/17_intro/static.cc | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 891e5c5..f372d62 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/testsuite/17_intro/static.cc b/libstdc++-v3/testsuite/17_intro/static.cc index b7ce9f4..44d60ea 100644 --- a/libstdc++-v3/testsuite/17_intro/static.cc +++ b/libstdc++-v3/testsuite/17_intro/static.cc @@ -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" } + |