From 98c5f26bcc4c79281b1fe458d22d23f713bbff7b Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 15 Apr 2013 14:55:01 +0000 Subject: [PATCH] Compile 30_threads/condition_variable/members/53841.cc with -std=gnu++0x on Tru64 UNIX and IRIX * testsuite/30_threads/condition_variable/members/53841.cc: Add -std=gnu++0x -pthread on alpha*-*-osf*, mips-sgi-irix6*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@197977 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/30_threads/condition_variable/members/53841.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index eb4207202da..f1d01bd0282 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2013-04-15 Rainer Orth + + * testsuite/30_threads/condition_variable/members/53841.cc: Add + -std=gnu++0x -pthread on alpha*-*-osf*, mips-sgi-irix6*. + 2013-04-11 Release Manager * GCC 4.7.3 released. diff --git a/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc index f91509c492a..41bc2117a98 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* hppa*-hp-hpux11* } } +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* 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 "" } -- 2.11.0