summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-20 21:45:46 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-20 21:45:46 +0000
commit75e2c03c79cf16e36f66b3d260b9f253fd5aca75 (patch)
tree835cf402705e07a4eef1457b83f34ba5ef2ae1a9
parent04c6c482d8fc5479d481e2f4ccb82b0bef4f96da (diff)
downloadgcc-75e2c03c79cf16e36f66b3d260b9f253fd5aca75.tar.gz
2009-08-20 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/30_threads/packaged_task/requirements/typedefs.cc: Add missing dg-require directives. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150977 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc3
2 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ce471fe6caa..c0fd6f7aee4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-20 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Add
+ missing dg-require directives.
+
2009-08-20 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/tr1/gamma.tcc: Change include guard from _TR1_GAMMA_TCC
diff --git a/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
index fc8b7a021f9..3c83a3fe7d9 100644
--- a/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
+++ b/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
@@ -1,5 +1,8 @@
// { dg-do compile }
// { dg-options "-std=gnu++0x" }
+// { dg-require-cstdint "" }
+// { dg-require-gthreads "" }
+// { dg-require-atomic-builtins "" }
// Copyright (C) 2009 Free Software Foundation
//