* g++.dg/eh/uncaught3.C: Add -Wno-deprecated for c++17.
authorJakub Jelinek <jakub@redhat.com>
Fri, 29 Sep 2017 07:12:46 +0000 (09:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 29 Sep 2017 07:12:46 +0000 (09:12 +0200)
From-SVN: r253277

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/uncaught3.C

index bc9b1a3..4f3e428 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/eh/uncaught3.C: Add -Wno-deprecated for c++17.
+
 2017-09-28  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/79488
index 4ce4a53..1b3333e 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-do compile { target powerpc*-*-darwin* } }
 // { dg-final { scan-assembler-not "__cxa_get_exception" } }
 // { dg-options "-mmacosx-version-min=10.4" }
+// { dg-additional-options "-Wno-deprecated" { target c++17 } }
 
 #include <exception>
 #include <cstdlib>