From: Jonathan Wakely Date: Mon, 4 Mar 2019 13:18:47 +0000 (+0000) Subject: Remove redundant dg-do directive from test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ac40f3d27547ee3f8850eccb89b86ff670624b8;p=gcc.git Remove redundant dg-do directive from test * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do directive. From-SVN: r269365 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 334cd1f8432..0fdd76763c9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2019-03-04 Jonathan Wakely + * 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 a7666fbd103..94be65c3d13 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 // . -// { dg-do run { target c++11 } } - // { dg-options "-std=gnu++2a" } // { dg-do compile { target c++2a } }