Add -Wno-deprecated to dg-options.
authorJonathan Wakely <jwakely@redhat.com>
Wed, 12 Nov 2014 10:32:17 +0000 (10:32 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 12 Nov 2014 10:32:17 +0000 (10:32 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr.cc
libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr.cc
libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc
libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr.cc
libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc
libstdc++-v3/testsuite/ext/array_allocator/variadic_construct.cc

index a8601b5..2657b06 100644 (file)
@@ -1,5 +1,17 @@
 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&.
index 8d90a9a..9a31afd 100644 (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.
 //
index 5d9c6f4..9f584c1 100644 (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.
index e9cfa00..8bbb591 100644 (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.
index 1a8bbf7..a059453 100644 (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.
 //
index 980d887..c24e375 100644 (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.
index 450414f..b51d70f 100644 (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.
 //
index b626a9d..9404903 100644 (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.
index 5deaae6..b62970a 100644 (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>