From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11061 invoked by alias); 7 Oct 2007 18:50:34 -0000 Received: (qmail 11053 invoked by uid 22791); 7 Oct 2007 18:50:33 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.nildram.co.uk (HELO smtp.nildram.co.uk) (195.149.33.74) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 07 Oct 2007 18:50:30 +0000 Received: from firetop.home (85-211-25-104.dyn.gotadsl.co.uk [85.211.25.104]) by smtp.nildram.co.uk (Postfix) with ESMTP id 14FC94C902 for ; Sun, 7 Oct 2007 19:50:25 +0100 (BST) Received: from richard by firetop.home with local (Exim 4.63) (envelope-from ) id 1IebCt-0005rx-QT for gcc-patches@gcc.gnu.org; Sun, 07 Oct 2007 19:50:27 +0100 From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rsandifo@nildram.co.uk Subject: Ping: PR tree-opt/33615 [1/2] Hoisting of throwing expression for -fnon-call-exceptions Date: Sun, 07 Oct 2007 18:50:00 -0000 Message-ID: <87wsty69os.fsf@firetop.home> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2007-10/txt/msg00371.txt.bz2 http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00085.html This didn't draw any comment from maintainers. Andrew commented that it might be a good idea to set TREE_SIDE_EFFECTS for things that can throw, but I don't know whether that'd be easier to maintain than the new (function) predicate suggested in the covering patch. Either way, I hope the patch as-is is strict progress. Dan approved part 2 (thanks), but I thought I'd better wait on part 1 before checking it in. Richard