Use effective-target instead of -std options

* testsuite/*: Use { target c++11 } or { target c++14 } instead of
	using -std in dg-options.

From-SVN: r239777
This commit is contained in:
Jonathan Wakely 2016-08-26 12:41:37 +01:00 committed by Jonathan Wakely
parent e8223484b3
commit 52066eae5d
2911 changed files with 3072 additions and 4512 deletions

View File

@ -1,3 +1,8 @@
2016-08-26 Jonathan Wakely <jwakely@redhat.com>
* testsuite/*: Use { target c++11 } or { target c++14 } instead of
using -std in dg-options.
2016-08-26 Jonathan Wakely <jwakely@redhat.com>
Pedro Alves <palves@redhat.com>

View File

@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11 -lsupc++ -fvtable-verify=none" }
// { dg-options "-lsupc++ -fvtable-verify=none" }
// { dg-do run { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,6 +1,6 @@
// { dg-do link }
// { dg-do link { target c++11 } }
// { dg-require-static-libstdcxx }
// { dg-options "-static-libstdc++ -std=gnu++11" }
// { dg-options "-static-libstdc++" }
// Copyright (C) 2012-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2015-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//
@ -66,4 +65,4 @@ namespace gnu
using namespace std::tr1; // { dg-error "is not a namespace-name" }
}
// { dg-error "expected namespace-name before" "" { target *-*-* } 66 }
// { dg-error "expected namespace-name before" "" { target *-*-* } 65 }

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2015-2016 Free Software Foundation, Inc.

View File

@ -15,7 +15,8 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11 -fno-exceptions -O0" }
// { dg-options "-fno-exceptions -O0" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
#include <exception>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// 2008-05-25 Sebastian Redl <sebastian.redl@getdesigned.at>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// 2008-05-25 Sebastian Redl <sebastian.redl@getdesigned.at>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// 2008-05-25 Sebastian Redl <sebastian.redl@getdesigned.at>

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2012-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// { dg-require-cstdint "" }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
//
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
//
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2011-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2015-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-atomic-builtins "" }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.

View File

@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 18.6.2 Storage allocation errors

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2011-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-cstdint "" }
// 2008-05-20 Paolo Carlini <paolo.carlini@oracle.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2010-02-17 Paolo Carlini <paolo.carlini@oracle.com>
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-add-options ieee }
// 2010-02-25 Ed Smith-Rowland

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-add-options ieee }
// 2010-02-25 Ed Smith-Rowland

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-do compile { target c++11 } }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
//
// 2013-02-11 Jason Merrill
//

View File

@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 18.8.3 Abnormal termination

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2012-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-require-effective-target dfp }
// 2011-02-23 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2010-09-21 Paolo Carlini <paolo.carlini@oracle.com>
//

View File

@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// D.11 Violating exception-specifications

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libgcc" { target *-*-mingw* } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// 2007-08-22 Benjamin Kosnik <bkoz@redhat.com>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
// Copyright (C) 2008-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2009-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2007-06-05 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2007-05-29 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// Copyright (C) 2007-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile { target c++14 } }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile { target c++14 } }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile { target c++14 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,5 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-06-02 Paolo Carlini <pcarlini@suse.de>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-06-02 Paolo Carlini <pcarlini@suse.de>
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile { target c++14 } }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile {target c++14 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-06-02 Paolo Carlini <pcarlini@suse.de>
// Copyright (C) 2007-2016 Free Software Foundation, Inc.

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// 2007-06-02 Paolo Carlini <pcarlini@suse.de>
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++14" }
// { dg-do compile }
// { dg-do compile { target c++14 } }
// Copyright (C) 2014-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-do compile { target c++11 } }
// Copyright (C) 2013-2016 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do run { target c++11 } }
// 2010-05-20 Paolo Carlini <paolo.carlini@oracle.com>

Some files were not shown because too many files have changed in this diff Show More