From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22616 invoked by alias); 18 Jan 2013 19:05:40 -0000 Received: (qmail 22607 invoked by uid 22791); 18 Jan 2013 19:05:40 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-da0-f52.google.com (HELO mail-da0-f52.google.com) (209.85.210.52) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jan 2013 19:05:33 +0000 Received: by mail-da0-f52.google.com with SMTP id f10so1747028dak.25 for ; Fri, 18 Jan 2013 11:05:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=LZKNM2+IrqhGZyeCX0P+mQeZXWC5aKwvl7NkFyrqt20=; b=N0IXu1bIsN6AQIvNfUGjwyVCTAsvhLUD2dWrntKrvvXVmE9e9Bwp+d36ydp8Tn937k OY3H1qQghzvleshUXbogPqYyjz9m67J9i41sZQ0fA8LdayDskmV+uZ299Zd/r/oW2XyB 95j4tsK3UZlUCYZaTLA/oFqlwHqnYyiNqiVbGFTFARlyAi1kh/T1FGPZZBsoBLdzlCQP WhFSJLeuq5+Y2RNVapoyf4FrKsg1Md+wUg+2OXk56nQMYKT/FC9o0HM9Qlx9jh+x6okf mhW9YTkjOqw5dG5Dtoci/pWk0ZxS4AznJOhLiB6JRJzg0mG0OPbx1mBlrLG6xh1R0rwh ByAw== MIME-Version: 1.0 X-Received: by 10.66.76.104 with SMTP id j8mr26132906paw.72.1358535932655; Fri, 18 Jan 2013 11:05:32 -0800 (PST) Received: by 10.68.199.167 with HTTP; Fri, 18 Jan 2013 11:05:32 -0800 (PST) In-Reply-To: References: <20130116213704.34796A19A8@sterling.mtv.corp.google.com> Date: Fri, 18 Jan 2013 19:05:00 -0000 Message-ID: Subject: Re: [google 4.7] Fix for PR 8013197 (issue7140044) From: Cary Coutant To: Sterling Augustine Cc: gcc-patches , reply@codereview.appspotmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnMtz5UREXWWcgC4yovi7SzkFYCQXhO2jky7buc1GFhZsPOOOHgHoAgulu7ZWcpQtssAvNpaWFXRz6c96e1lxkT9xQ2kFK9XtJjgD55jwlK13u6567dan91RFlC3wiYq7i9Lrc6W/KXOaIOTKcc+3ZwhxT2EivoeO/iouBh8up2PuxE2aAq/7M+o6kiKINNDD3apmH9 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: 2013-01/txt/msg00977.txt.bz2 >> 2013-01-16 Sterling Augustine >> >> * gcc/dwarf2out.c (resolve_addr): Delete call to >> remove_addr_table_entry. > > OK for google/gcc-4_7. The commit log entry should say "Google ref: > b/8013197" instead of "PR ...". I'll file an upstream bug for this as well (as soon as I can get the test case reduced enough), and I'd like to get this fix into 4.8. -cary