From: Jonathan Wakely Date: Mon, 4 Mar 2019 13:18:47 +0000 (+0000) Subject: Remove redundant dg-do directive from test X-Git-Tag: basepoints/gcc-10~829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac40f3d27547ee3f8850eccb89b86ff670624b8;p=thirdparty%2Fgcc.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 334cd1f84329..0fdd76763c9c 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 a7666fbd1034..94be65c3d138 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 } }