aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-03-04 13:18:47 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2019-03-04 13:18:47 +0000
commit7ac40f3d27547ee3f8850eccb89b86ff670624b8 (patch)
tree5fc73e55f1c6c7b7d2a13af0fc859d016250aac3
parent5f054b17f826e2cfb4c76020bce79b2ed99bb9f9 (diff)
downloadgcc-7ac40f3d27547ee3f8850eccb89b86ff670624b8.zip
gcc-7ac40f3d27547ee3f8850eccb89b86ff670624b8.tar.gz
gcc-7ac40f3d27547ee3f8850eccb89b86ff670624b8.tar.bz2
Remove redundant dg-do directive from test
* testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do directive. From-SVN: r269365
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc2
2 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 334cd1f..0fdd767 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2019-03-04 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
+ directive.
+
* include/std/memory_resource (polymorphic_allocator): Add default
template argument for C++20.
(polymorphic_allocator::allocate_bytes)
diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
index a7666fb..94be65c 100644
--- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
+++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
@@ -15,8 +15,6 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-// { dg-do run { target c++11 } }
-
// { dg-options "-std=gnu++2a" }
// { dg-do compile { target c++2a } }