From patchwork Wed Dec 7 15:22:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 703634 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tYj870k1Yz9t26 for ; Thu, 8 Dec 2016 02:28:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="Q1V280hu"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=eHA1ggQ3eZh7dLUjVPxTIByHZpdvYaYXtYoCBTXfnfUb4M/y0zzRp M+Jjugh5PTuKsdlrRAvn5UWt7IXGYUaq3kdTHv0e8jEYD5Fd6o28B6N+FOP/HrS3 caIzl5HvLHl7GR+OhHUs3xIJ6T2PxFbHeDQydePFyNttrCLLvlu8NY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=kad4j/VHcidY9DEVrOPhY117hfU=; b=Q1V280huKQepmufgyfTd f59A2fTH5dND7IIwpkZTWMsRFr+L4Q4R0sbcHjkMUA/abWD+gKj54RZkEmkVgim8 AryKXt3POsFrbLwNJIHHOqHRu/Sd/mE3f+d42nJgClpmziUbeMfEkp5Ehlg8JqKF g2IlY7dPaA0pcEwxG7yUG3Q= Received: (qmail 70573 invoked by alias); 7 Dec 2016 15:23:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 68159 invoked by uid 89); 7 Dec 2016 15:23:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Dec 2016 15:22:46 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 54FAD61E64; Wed, 7 Dec 2016 15:22:45 +0000 (UTC) Received: from localhost (ovpn-116-110.ams2.redhat.com [10.36.116.110]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB7FMiOw007379; Wed, 7 Dec 2016 10:22:44 -0500 Date: Wed, 7 Dec 2016 15:22:44 +0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH 1/3] Disable test using std::set_unexcepted for C++17 Message-ID: <20161207152244.GU6326@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.1 (2016-10-04) This function has been removed from C++17, along with dynamic exception specifications. We haven't removed the function from the headers yet, but this ensures the test won't start failing once the front end starts giving an error for the exceptions specs. * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. Tested powerpc64le-linux, committed to trunk. commit dcd76a3e0fb57c41eb8c89bc39f0d543c268f7fb Author: Jonathan Wakely Date: Wed Dec 7 13:11:36 2016 +0000 Disable test using std::set_unexcepted for C++17 * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. diff --git a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc index 1f11e7a..717f229 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc +++ b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc @@ -15,6 +15,9 @@ // with this library; see the file COPYING3. If not see // . +// { dg-options "-Wno-deprecated" } +// { dg-do run { target c++14_down } } + #include #include