]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / shuffle_order_engine / cons / 55215.cc
index d7db635d8efd740b9f56074523eeed5ccd7bac95..b8462af951b2146ad4c9f3257988979b43e7aa8b 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-options "-std=gnu++11" }
+// { dg-do run { target c++11 } }
 // { dg-require-cstdint "" }
 //
-// Copyright (C) 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);