From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13104 invoked by alias); 26 May 2011 16:38:04 -0000 Received: (qmail 12997 invoked by uid 22791); 26 May 2011 16:38:03 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 16:37:46 +0000 Received: by gyf1 with SMTP id 1so392293gyf.20 for ; Thu, 26 May 2011 09:37:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.5.7 with SMTP id h7mr798234ani.25.1306427865888; Thu, 26 May 2011 09:37:45 -0700 (PDT) Received: by 10.100.247.8 with HTTP; Thu, 26 May 2011 09:37:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 May 2011 17:38:00 -0000 Message-ID: Subject: Re: RFC: explicitely mark out-of-scope deaths From: Steven Bosscher To: Michael Matz Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg02069.txt.bz2 On Thu, May 26, 2011 at 3:43 PM, Michael Matz wrote: > on IRC we discussed about this, here's the RFC patch. =A0It 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? Ciao! Steven