aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2015-11-21 05:38:25 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2015-11-21 00:38:25 -0500
commit3b58931386d0a48e613b694424aa5d1668e5e647 (patch)
treef691acd8ef8a008598ae02d8eec0a43d517ff1c6
parent3b29389671c062edb90a96afda51b6c3ffa7e0d6 (diff)
downloadgcc-3b58931386d0a48e613b694424aa5d1668e5e647.zip
gcc-3b58931386d0a48e613b694424aa5d1668e5e647.tar.gz
gcc-3b58931386d0a48e613b694424aa5d1668e5e647.tar.bz2
* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.
From-SVN: r230701
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc2
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 85b0383..ad487cc 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-21 David Edelsohn <dje.gcc@gmail.com>
+
+ * testsuite/23_containers/vector/profile/vector.cc: Add maxdata
+ option on AIX.
+
2015-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
PR libstdc++/68448
diff --git a/libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc b/libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc
index 7806fb2..9630a39 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc
@@ -2,6 +2,8 @@
// Advice: set tmp as 10000
// { dg-options "-DITERATIONS=20" { target simulator } }
+// AIX requires higher memory limit
+// { dg-additional-options "-Wl,-bmaxdata:0x20000000" { target { powerpc-ibm-aix* } } }
#ifndef ITERATIONS
#define ITERATIONS 2000