From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111360 invoked by alias); 25 Jan 2016 15:55:52 -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 111290 invoked by uid 89); 25 Jan 2016 15:55:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Never X-HELO: paperclip.tbsaunde.org Received: from tbsaunde.org (HELO paperclip.tbsaunde.org) (66.228.47.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Jan 2016 15:55:50 +0000 Received: from tsaunders-iceball.corp.tor1.mozilla.com (unknown [IPv6:2607:f0c8:8000:80e0:3e97:eff:fec1:f2b4]) by paperclip.tbsaunde.org (Postfix) with ESMTPSA id A4662226001; Mon, 25 Jan 2016 15:55:47 +0000 (UTC) Date: Mon, 25 Jan 2016 15:55:00 -0000 From: Trevor Saunders To: Bernd Schmidt Cc: tbsaunde+gcc@tbsaunde.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] pr 65702 - error out for invalid register asms earlier Message-ID: <20160125155406.GA14223@tsaunders-iceball.corp.tor1.mozilla.com> References: <1453736214-10260-1-git-send-email-tbsaunde+gcc@tbsaunde.org> <56A64282.6050504@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A64282.6050504@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2016-01/txt/msg01894.txt.bz2 On Mon, Jan 25, 2016 at 04:42:58PM +0100, Bernd Schmidt wrote: > On 01/25/2016 04:36 PM, tbsaunde+gcc@tbsaunde.org wrote: > >$subject. To avoid regressions I kept the checks when generating rtl, but I > >believe its impossible for those to trigger now and we can remove the checks. > > > >bootstrapped + regtested on x86_64-linux-gnu, ok? > > Is this still an issue? I committed a fix for a similar PR a few weeks ago, > and I can't make the testcase from 65702 ICE. hrm, I guess my tree was more out of date than I thought, it doesn't ICE for me at r232662. Never mind then ;) Trev > > > Bernd