diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-07 14:16:04 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-07 14:16:04 +0000 |
commit | 654dee1e93e67f45c234744374ebc7db19e53275 (patch) | |
tree | bb425d11fefdabc3f42f2d696919f23cf261a8c7 /libgomp | |
parent | 1590c7d45349b3e5bb4449c740c83172f490ee74 (diff) | |
download | gcc-654dee1e93e67f45c234744374ebc7db19e53275.tar.gz |
* testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193296 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/pr24455.C | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index cfa8ce5975f..c3a5ab72017 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-07 David Edelsohn <dje.gcc@gmail.com> + + * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX. + 2012-10-24 Dominique d'Humieres <dominiq@lps.ens.fr> * testsuite/libgomp.graphite/force-parallel-6.c: Adjust the loops. diff --git a/libgomp/testsuite/libgomp.c++/pr24455.C b/libgomp/testsuite/libgomp.c++/pr24455.C index ad43b47b2c5..02a478a4ee7 100644 --- a/libgomp/testsuite/libgomp.c++/pr24455.C +++ b/libgomp/testsuite/libgomp.c++/pr24455.C @@ -1,6 +1,7 @@ // { dg-do run } // { dg-additional-sources pr24455-1.C } // { dg-require-effective-target tls_runtime } +// { dg-options "-Wl,-G" { target powerpc-ibm-aix* } } extern "C" void abort (void); |