From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8839 invoked by alias); 4 Sep 2014 18:23:14 -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 8828 invoked by uid 89); 4 Sep 2014 18:23:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Sep 2014 18:23:12 +0000 Received: by mail-wi0-f179.google.com with SMTP id q5so1674265wiv.0 for ; Thu, 04 Sep 2014 11:23:09 -0700 (PDT) X-Received: by 10.180.9.226 with SMTP id d2mr6748704wib.81.1409854989844; Thu, 04 Sep 2014 11:23:09 -0700 (PDT) Received: from android-4c5a376a18c0e957.fritz.box (p54959012.dip0.t-ipconnect.de. [84.149.144.18]) by mx.google.com with ESMTPSA id ec2sm2197288wib.19.2014.09.04.11.23.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Sep 2014 11:23:09 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <5408A746.6090801@redhat.com> References: <53FD45A7.4000804@redhat.com> <53FF6840.9030505@redhat.com> <53FF6E61.6030507@redhat.com> <540755E5.7060602@redhat.com> <5408A746.6090801@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [debug-early] reuse variable DIEs and fix their context From: Richard Biener Date: Thu, 04 Sep 2014 18:23:00 -0000 To: Aldy Hernandez ,"H.J. Lu" CC: Jason Merrill ,gcc-patches Message-ID: <44ccd40a-2372-4c0d-9962-b1e03ccb3abd@email.android.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00384.txt.bz2 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! ;) Richard.