49668.cc: Add missing dg-require.
* testsuite/30_threads/async/49668.cc: Add missing dg-require. * testsuite/30_threads/packaged_task/49668.cc: Likewise. From-SVN: r180400
This commit is contained in:
parent
d00fe66276
commit
d41c3b8947
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-10-24 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* testsuite/30_threads/async/49668.cc: Add missing dg-require.
|
||||
* testsuite/30_threads/packaged_task/49668.cc: Likewise.
|
||||
|
||||
2011-10-22 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
PR libstdc++/50834
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
|
||||
// { dg-require-cstdint "" }
|
||||
// { dg-require-gthreads "" }
|
||||
// { dg-require-atomic-builtins "" }
|
||||
|
||||
// Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
|
||||
// { dg-require-cstdint "" }
|
||||
// { dg-require-gthreads "" }
|
||||
// { dg-require-atomic-builtins "" }
|
||||
|
||||
// Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue