diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-09-04 21:21:39 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-09-04 17:21:39 -0400 |
commit | e3458796fcb2d83c9fc52c98516546777fc16815 (patch) | |
tree | 72d54b325d97aaef9effaa96e45e020bcf434f52 /gcc | |
parent | 035cb59fb5eb6cce0457a58b750930e2de54c5b8 (diff) | |
download | gcc-e3458796fcb2d83c9fc52c98516546777fc16815.zip gcc-e3458796fcb2d83c9fc52c98516546777fc16815.tar.gz gcc-e3458796fcb2d83c9fc52c98516546777fc16815.tar.bz2 |
* g++.dg/warn/weak1.C: Skip on AIX.
From-SVN: r202263
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/warn/weak1.C | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5f19390..8faee5a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-09-04 David Edelsohn <dje.gcc@gmail.com> + + * g++.dg/warn/weak1.C: Skip on AIX. + 2013-09-04 Easwaran Raman <eraman@google.com> PR middle-end/57370 diff --git a/gcc/testsuite/g++.dg/warn/weak1.C b/gcc/testsuite/g++.dg/warn/weak1.C index efce90a2..456e6f3 100644 --- a/gcc/testsuite/g++.dg/warn/weak1.C +++ b/gcc/testsuite/g++.dg/warn/weak1.C @@ -2,6 +2,7 @@ // { dg-require-weak "" } // The PA HP-UX dynamic loader doesn't support unsatisfied weak symbols. // { dg-skip-if "No unsat" { hppa*-*-hpux* } { "*" } { "" } } +// { dg-skip-if "No weak unsat" { *-*-aix* } { "*" } { "" } } // The darwin loader does, but they do need to exist at link time. // { dg-skip-if "No link unsat" { *-*-darwin* } { "*" } { "" } } // For kernel modules and static RTPs, the loader treats undefined weak |