From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12816 invoked by alias); 11 Jun 2015 12:52:37 -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 12807 invoked by uid 89); 11 Jun 2015 12:52:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 11 Jun 2015 12:52:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6FE5C2853936; Thu, 11 Jun 2015 14:52:33 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tri99Kk8KIts; Thu, 11 Jun 2015 14:52:33 +0200 (CEST) Received: from [10.10.1.112] (cacatoes.act-europe.fr [10.10.1.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 365B8285335E; Thu, 11 Jun 2015 14:52:33 +0200 (CEST) Message-ID: <55798491.4050703@adacore.com> Date: Thu, 11 Jun 2015 13:49:00 -0000 From: Pierre-Marie de Rodat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Richard Biener CC: GCC Patches , Jakub Jelinek Subject: Re: [PATCH][PR debug/65549] Restore DW_AT_abstract_origin for cross-unit call sites References: <55775CDE.2060101@adacore.com> <55783717.8060505@adacore.com> <55784A03.2000208@adacore.com> <55795177.4020003@adacore.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00838.txt.bz2 On 06/11/2015 11:21 AM, Richard Biener wrote: >> That sounds perfect: thank you Richard! I am about to commit the original fix >> on mainline: should I still open a bugreport before commiting it to the GCC 5 >> branch? > > Yes please. For the record, as you already noticed, I opened PR debug/66503. Original fix pushed on both trunk and the GCC 5 branch. Thank you very much for your help! Should I close the PR, now? -- Pierre-Marie de Rodat