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*.

From-SVN: r197977
This commit is contained in:
Rainer Orth 2013-04-15 14:55:01 +00:00 committed by Rainer Orth
parent 30fa7af1a5
commit d87c0b7e96
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* 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.

View File

@ -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 "" }