Add -Wno-deprecated to dg-options.

PR c++/33911
	* testsuite/20_util/shared_ptr/assign/auto_ptr.cc: Use -Wno-deprecated.
	* testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Likewise.
	* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Likewise.
	* testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Likewise.
	* testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc: Likewise.
	* testsuite/20_util/unique_ptr/cons/auto_ptr.cc: Likewise.
	* testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc: Likewise.
	* testsuite/ext/array_allocator/variadic_construct.cc: Likewise.

From-SVN: r217412
This commit is contained in:
Jonathan Wakely 2014-11-12 10:32:17 +00:00 committed by Jonathan Wakely
parent a0f12cf8ea
commit 098c88fb10
9 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,15 @@
2014-11-12 Jonathan Wakely <jwakely@redhat.com>
PR c++/33911
* testsuite/20_util/shared_ptr/assign/auto_ptr.cc: Use -Wno-deprecated.
* testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Likewise.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Likewise.
* testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Likewise.
* testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc: Likewise.
* testsuite/20_util/unique_ptr/cons/auto_ptr.cc: Likewise.
* testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc: Likewise.
* testsuite/ext/array_allocator/variadic_construct.cc: Likewise.
2014-11-12 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/optional (_Has_addressof): Check for non-member

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.

View File

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

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2010-2014 Free Software Foundation, Inc.
//

View File

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

View File

@ -1,4 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// 2007-10-27 Paolo Carlini <pcarlini@suse.de>