From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2871 invoked by alias); 4 Sep 2013 17:21:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 2862 invoked by uid 89); 4 Sep 2013 17:21:18 -0000 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, 04 Sep 2013 17:21:18 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r84HLGkJ020042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 Sep 2013 13:21:16 -0400 Received: from [10.10.116.17] ([10.10.116.17]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r84HLEJK026212; Wed, 4 Sep 2013 13:21:15 -0400 Message-ID: <52276C0A.5060603@redhat.com> Date: Wed, 04 Sep 2013 17:21:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Thunderbird/25.0a2 MIME-Version: 1.0 To: Tom de Vries CC: "gcc-patches@gcc.gnu.org" , Torvald Riegel Subject: Re: [PATCH, C++, PR58282] Handle noexcept on transactions with -fno-exceptions References: <5225B3E7.8080408@mentor.com> In-Reply-To: <5225B3E7.8080408@mentor.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-09/txt/msg00240.txt.bz2 On 09/03/2013 06:03 AM, Tom de Vries wrote: > * semantics.c (finish_transaction_stmt, build_transaction_expr): Handle > flag_exceptions. I'd rather handle this at a lower level, by making build_must_not_throw_expr return its argument if -fno-exceptions. Jason