Remove redundant { dg-do run } directives in tests
authorJonathan Wakely <jwakely@redhat.com>
Tue, 21 Aug 2018 09:34:26 +0000 (10:34 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 21 Aug 2018 09:34:26 +0000 (10:34 +0100)
These tests accidentally had two dg-do directives. Only the second one
is needed.

* testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove
redundant dg-do directive.
* testsuite/26_numerics/bit/bitops.count/countl_zero.cc: Likewise.
* testsuite/26_numerics/bit/bitops.count/countr_one.cc: Likewise.
* testsuite/26_numerics/bit/bitops.count/countr_zero.cc: Likewise.
* testsuite/26_numerics/bit/bitops.count/popcount.cc: Likewise.

From-SVN: r263695

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_one.cc
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countl_zero.cc
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_one.cc
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/countr_zero.cc
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc

index 48455953db8e7fb99974d34f838d2ba2b9e6e9d9..0e13e5617eb96ea8c4b83b2730b118f744d5e4d1 100644 (file)
@@ -1,3 +1,12 @@
+2018-08-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove
+       redundant dg-do directive.
+       * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: Likewise.
+       * testsuite/26_numerics/bit/bitops.count/countr_one.cc: Likewise.
+       * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: Likewise.
+       * testsuite/26_numerics/bit/bitops.count/popcount.cc: Likewise.
+
 2018-08-20  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/86963
index c9ef5538538482bffbe5adf996421d29d12f0dfc..bf8ab5b604676d60fa28d36cd1aef931a4721e7f 100644 (file)
@@ -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 } }
 
index 7d619a7d6979d793715bff5c9224eeffb08d5ccf..8045ff5934ced62dcbdd2b0f35d7d800aedbf4a3 100644 (file)
@@ -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 } }
 
index bb1ddd6234d208e5a75603cc2814b6cc5d509ddc..6e5f717d056c5abb15f774f41c7032a9a903d00e 100644 (file)
@@ -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 } }
 
index d3b63aa49848163e2ecc7c619ee2712323e9b641..cc66145849b8fab1cd151c7764920ee790621d79 100644 (file)
@@ -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 } }
 
index 2982cb19bbedcd877acdb5bf9c527eef9e86908b..27dcc4acb016a13da697e5ab2e1662f94afb9c64 100644 (file)
@@ -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 } }