]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_fstream / cons / base.cc
index affea5a9259d7f15476c4a7489d5f96063e6e09e..50a45faacdcfbc1bcd8462810c74084a8db77d3c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Free Software Foundation, Inc.
+// Copyright (C) 2015-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
@@ -15,8 +15,9 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=gnu++11 -O0 -D_GLIBCXX_USE_CXX11_ABI=1" }
-// { dg-do link }
+// { dg-options "-O0" }
+// { dg-do link { target c++11 } }
+// { dg-require-effective-target cxx11-abi }
 
 #include <fstream>
 #include <string>