From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21234 invoked by alias); 4 Sep 2014 18:38:06 -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 21207 invoked by uid 89); 4 Sep 2014 18:38:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f51.google.com Received: from mail-qa0-f51.google.com (HELO mail-qa0-f51.google.com) (209.85.216.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Sep 2014 18:38:05 +0000 Received: by mail-qa0-f51.google.com with SMTP id j7so9715362qaq.24 for ; Thu, 04 Sep 2014 11:38:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eSrBnwnVjKFBBhhbyUxk5RrdomSJc4TVWafH1wwTUC4=; b=YkTz5MjuoXTDcFQ1HpHy4O5HLCd4n3DM8f8MKz2Xx1uHPR7LU+GZYHdPN3wN4tNDt0 593f3zuWOAay/KAU4PONxc9YyujN1f3zM8hzo8MdO84LI7G64jdL+tJoKuZddwChbkvk 5BbuFlBKmdtwgsyzKSB3v6jkxO12Ae8e9GMm5lyP+gF6wsLpEN80F/1LZm9ZV6t9fth2 X0gt0J9WJTtz5a3dNeeszmY1kCC1hQ4kQLvoEz9yZF68UMmuUeyPjhOHIG8ThfJis6e0 DKNGmgYnS6ctDmoy+S+avmW/DD6E4EQPQaAQ/jN37wFlmonUrnEZyh+wUMULTcU/qpYj dhQg== X-Gm-Message-State: ALoCoQmvRNVyaHcBYv3YVijb3SO7dCQo8vdCBPlLXIXgKVzWXzt9heKFDvawJGLw6tQjKha/WGL4 MIME-Version: 1.0 X-Received: by 10.140.83.17 with SMTP id i17mr9722067qgd.16.1409855882169; Thu, 04 Sep 2014 11:38:02 -0700 (PDT) Received: by 10.140.25.227 with HTTP; Thu, 4 Sep 2014 11:38:02 -0700 (PDT) In-Reply-To: <5408B0D1.7010708@redhat.com> References: <53FD45A7.4000804@redhat.com> <53FF6840.9030505@redhat.com> <53FF6E61.6030507@redhat.com> <540755E5.7060602@redhat.com> <5408A746.6090801@redhat.com> <44ccd40a-2372-4c0d-9962-b1e03ccb3abd@email.android.com> <5408B0D1.7010708@redhat.com> Date: Thu, 04 Sep 2014 18:38:00 -0000 Message-ID: Subject: Re: [debug-early] reuse variable DIEs and fix their context From: Christophe Lyon To: Aldy Hernandez Cc: Richard Biener , "H.J. Lu" , Jason Merrill , gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00386.txt.bz2 Hi, FWIW I saw the same problem on arm* and aarch64 targets. On 4 September 2014 20:34, Aldy Hernandez wrote: > On 09/04/14 11:23, Richard Biener wrote: >> >> On September 4, 2014 7:54:14 PM CEST, Aldy Hernandez >> wrote: >>> >>> >>>> I think this merge caused bootstrap failure on Linux/i686 >>>> >>>> https://gcc.gnu.org/ml/gcc-regression/2014-09/msg00010.html >>>> >>>> >>> >>> I incorrectly pushed my branch onto trunk. It's being reverted. >> >> >> Too bad! > > > Hey, I tried to sneak in all my changes onto trunk...but people noticed too > fast. It's those Ada people! I should've added fixed the debugging hooks > for their language :). > > Aldy