Commit 098c88fb by Jonathan Wakely Committed by Jonathan Wakely

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
parent a0f12cf8
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
operator&.
* testsuite/experimental/optional/observers/2.cc: Add operator&.
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
//
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2010-2014 Free Software Foundation, Inc.
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
//
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2005-2014 Free Software Foundation, Inc.
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// Copyright (C) 2010-2014 Free Software Foundation, Inc.
//
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// { dg-do compile }
// Copyright (C) 2010-2014 Free Software Foundation, Inc.
......
// { dg-options "-std=gnu++11" }
// { dg-options "-std=gnu++11 -Wno-deprecated" }
// 2007-10-27 Paolo Carlini <pcarlini@suse.de>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment