re PR libstdc++/55503 (FAIL: 30_threads/condition_variable/members/53841.cc (test...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 1 Dec 2012 18:25:11 +0000 (18:25 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Dec 2012 18:25:11 +0000 (18:25 +0000)
PR libstdc++/55503
* testsuite/30_threads/condition_variable/members/53841.cc: Add
hppa*-hp-hpux11* to -pthread dg-options.

From-SVN: r194021

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc

index 5d05bbe287369c299a8a1ac3d94424c2c31579a0..8fc33e98b5c865851a4e1087b7b150ef7acf4866 100644 (file)
@@ -1,3 +1,9 @@
+2012-12-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libstdc++/55503
+       * testsuite/30_threads/condition_variable/members/53841.cc: Add
+       hppa*-hp-hpux11* to -pthread dg-options.
+
 2012-11-29  Kai Tietz  <ktietz@redhat.com>
 
        PR target/55445
index 62e44a6179b24bedd8511f44e3c798366f18c12d..f91509c492ac7dc653e90754dcca33f8a06ad2a9 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* hppa*-hp-hpux11* } }
 // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
 // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }