* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 21 Nov 2015 05:38:25 +0000 (05:38 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 21 Nov 2015 05:38:25 +0000 (00:38 -0500)
From-SVN: r230701

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/vector/profile/vector.cc

index 85b0383b8a5a5dae7af93db3e2efdb72abd46e21..ad487ccf91bd1affb5c71d8d0f5b7c25d86ee51d 100644 (file)
@@ -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
index 7806fb24bf35cd93054a6b3a1b3e9abc854c7566..9630a391c6060cc165f0973e1f60cc33b7726246 100644 (file)
@@ -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