From patchwork Tue Nov 5 10:03:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 288454 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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E51AF2C0094 for ; Tue, 5 Nov 2013 21:03:26 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; q=dns; s=default; b=eXKoI9pA1CRtKtWi tyEdpnAn8Y9Y64qMuN3uRDn01gZiBil3u8hmf6hb2khoycgvpusc/kLEamy0OYJx 0D09V+Jrgb9CanedeKixCiYwOsOGZrRNMMcqv0jP1BtN4q3FZ/7tqPQ+Z9rISV5W dd2hiK7JckixA2BbXJWCL/gC2ps= 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:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=default; bh=gXEEUa8RT7mZHS07gVougP 95res=; b=Qbn7HOEiYYoyv9x/hX6xBRSq/Mt+rWJwgo2a/dxcoq6U0ra3SGnnFB uvG5XW0Fays8WzwQAPowELQkfosQR4I0JxnPH17EcbnN8iQTUExOQjWHXwVj2/Qd w9u4pCC1sWL0bSjC8tpI2jSL/S6ixm70fi6RIYrqJBHCQ7kbdHRho= Received: (qmail 8409 invoked by alias); 5 Nov 2013 10:03:15 -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 8396 invoked by uid 89); 5 Nov 2013 10:03:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_50, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mx2.suse.de Received: from Unknown (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Nov 2013 10:03:13 +0000 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id CC322A5FD2; Tue, 5 Nov 2013 11:03:05 +0100 (CET) From: Andreas Schwab To: Ian Lance Taylor Cc: Richard Biener , GCC Patches Subject: Re: Patch RFA: With -fnon-call-exceptions sync builtins may throw References: X-Yow: I'm dressing up in an ill-fitting IVY-LEAGUE SUIT!! Too late... Date: Tue, 05 Nov 2013 11:03:05 +0100 In-Reply-To: (Ian Lance Taylor's message of "Mon, 4 Nov 2013 08:40:45 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Ian Lance Taylor writes: > gcc/testsuite/ChangeLog: > > 2013-11-03 Ian Lance Taylor > > * g++.dg/ext/sync-4.C: New test. Tested on m68k-suse-linux and x86_64-suse-linux and installed as obvious. Andreas. * g++.dg/ext/sync-4.C: Require sync_long_long_runtime support. diff --git a/gcc/testsuite/g++.dg/ext/sync-4.C b/gcc/testsuite/g++.dg/ext/sync-4.C index f99fd48..14ed273 100644 --- a/gcc/testsuite/g++.dg/ext/sync-4.C +++ b/gcc/testsuite/g++.dg/ext/sync-4.C @@ -1,4 +1,5 @@ /* { dg-do run { target hppa*-*-hpux* *-*-linux* *-*-gnu* powerpc*-*-darwin* *-*-darwin[912]* } } */ +/* { dg-require-effective-target sync_long_long_runtime } */ /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */ /* Verify that the builtin functions are correctly marked as trapping