From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18167 invoked by alias); 26 Feb 2002 17:45:07 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18061 invoked from network); 26 Feb 2002 17:45:00 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (209.249.29.60) by sources.redhat.com with SMTP; 26 Feb 2002 17:45:00 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [205.180.230.224]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g1QHdrh02867; Tue, 26 Feb 2002 09:39:53 -0800 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g1QHivS28497; Tue, 26 Feb 2002 09:44:57 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 26 Feb 2002 09:51:00 -0000 From: Richard Henderson To: Dmitry Cc: gcc@gcc.gnu.org Subject: Re: how to force reloader(?) to respect clobber directive? Message-ID: <20020226094456.A28494@redhat.com> Mail-Followup-To: Richard Henderson , Dmitry , gcc@gcc.gnu.org References: <20020226121343.27800870.diwil@eis.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020226121343.27800870.diwil@eis.ru>; from diwil@eis.ru on Tue, Feb 26, 2002 at 12:13:43PM +0300 X-SW-Source: 2002-02/txt/msg01594.txt.bz2 On Tue, Feb 26, 2002 at 12:13:43PM +0300, Dmitry wrote: > (define_insn "tstsi" > [(set (cc0) (match_operand:SI 0 "register_operand" "r")) > (clobber (match_dup 0))] The constraint must be "+r" in this case. r~