From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11341 invoked by alias); 28 Oct 2009 14:10:26 -0000 Received: (qmail 11331 invoked by uid 22791); 28 Oct 2009 14:10:24 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Oct 2009 14:10:17 +0000 Received: from spaceape13.eur.corp.google.com (spaceape13.eur.corp.google.com [172.28.16.147]) by smtp-out.google.com with ESMTP id n9SEAE3j029073 for ; Wed, 28 Oct 2009 14:10:14 GMT Received: from bwz19 (bwz19.prod.google.com [10.188.26.19]) by spaceape13.eur.corp.google.com with ESMTP id n9SEACbS013045 for ; Wed, 28 Oct 2009 07:10:12 -0700 Received: by bwz19 with SMTP id 19so1005010bwz.28 for ; Wed, 28 Oct 2009 07:10:12 -0700 (PDT) Received: by 10.204.29.22 with SMTP id o22mr4018230bkc.78.1256739011823; Wed, 28 Oct 2009 07:10:11 -0700 (PDT) Received: from coign.google.com ([67.218.106.108]) by mx.google.com with ESMTPS id 14sm271002bwz.13.2009.10.28.07.10.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Oct 2009 07:10:09 -0700 (PDT) To: gcc-patches@gcc.gnu.org Cc: jakub@redhat.com, rdsandiford@googlemail.com Subject: Re: Fix mode checks in var-tracking.c References: <877hun86tv.fsf@firetop.home> From: Ian Lance Taylor Date: Wed, 28 Oct 2009 14:17:00 -0000 In-Reply-To: <877hun86tv.fsf@firetop.home> (Richard Sandiford's message of "Thu\, 22 Oct 2009 22\:19\:40 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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: 2009-10/txt/msg01661.txt.bz2 Richard Sandiford writes: > gcc/ > * var-tracking.c (emit_note_insn_var_location): Get the mode of > a variable part from its REG, MEM or VALUE. This is OK. Thanks. Ian