From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18974 invoked by alias); 27 May 2011 14:00:05 -0000 Received: (qmail 18945 invoked by uid 22791); 27 May 2011 14:00:03 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 13:59:49 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id D38C36CB00; Fri, 27 May 2011 15:59:47 +0200 (CEST) Date: Fri, 27 May 2011 15:44:00 -0000 From: Michael Matz To: Steven Bosscher Cc: gcc-patches@gcc.gnu.org Subject: Re: RFC: explicitely mark out-of-scope deaths In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="168427776-498594519-1306504787=:9668" X-IsSubscribed: yes 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: 2011-05/txt/msg02167.txt.bz2 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --168427776-498594519-1306504787=:9668 Content-Type: TEXT/PLAIN; charset=utf-8 Content-Transfer-Encoding: 8BIT Content-length: 414 Hi, On Thu, 26 May 2011, Steven Bosscher wrote: > > on IRC we discussed about this, here's the RFC patch.  It bootstraps > > and causes some minor regressions most probably due to some missing > > sprinkled checks for the special clobber insns and sometimes due to > > having to adjust some regexps. > > Just for reference... I am guessing this also supposed to help fix > PR39604? Yep. Ciao, Michael. --168427776-498594519-1306504787=:9668--