From patchwork Sat Dec 1 19:22:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Fix testsuite/30_threads/condition_variable/members/53841.cc on hppa*-hp-hpux11* X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 203148 Message-Id: <20121201192236.GA17057@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org Date: Sat, 1 Dec 2012 14:22:36 -0500 From: John David Anglin List-Id: The attached change adds the "-std=gnu++0x -pthread" options on hppa*-hp-hpux11*. Test passes with the change. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk and 4.7 branch. Dave Index: testsuite/30_threads/condition_variable/members/53841.cc =================================================================== --- testsuite/30_threads/condition_variable/members/53841.cc (revision 193878) +++ testsuite/30_threads/condition_variable/members/53841.cc (working copy) @@ -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 "" }