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 a8601b553225af874e1f3408d8390291c107b1c5..2657b06d984712a410ced532aea3d517c6648b2b 100644 (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
index 8d90a9a330aec022cb0013c9f2a1671227568521..9a31afd2f5d8e037cbe04dbf5b0c2483bf1ad8d8 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 5d9c6f4e359e7477d8a4adca98786400cf37f9cb..9f584c1e9497a9d80c255da0e2bd77bcbf7fac27 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 e9cfa00249b0584da041e39ea33007c70570b0e1..8bbb59133db9dd84bb918da2949c20d6e8b37231 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 1a8bbf79f66ab93737c6a416a0b2ac4c9634c005..a05945315abaded31dc941845b79056ef311aa39 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 980d8876ed3a7e67872b6ae3b50df2500e720180..c24e3759eb98c167a19e594158ecea121d90056f 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 450414f7dc71afff85cbb1c5bcbf76b426dc7df8..b51d70f1585dbc9b0ccce93c3ec3bca18b449384 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 b626a9d6df2741f37da60db7f247af8c0b49d5f5..9404903eaa8a27c219a6b41038e184c8ea50760c 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 5deaae6671066c678432f9481acb79fd19e3fc4a..b62970a12d2d5f0b7c40d54a4c1b82a8ccb8e09f 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>