From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88803 invoked by alias); 20 Dec 2017 14:55:49 -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 88785 invoked by uid 89); 20 Dec 2017 14:55:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Ready, Hx-languages-length:369, HContent-Transfer-Encoding:8bit X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Dec 2017 14:55:47 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5849BAAD1; Wed, 20 Dec 2017 14:55:45 +0000 (UTC) Subject: Re: [PATCH] Append PWD to path when using -fprofile-generate=/some/path. From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: GCC Patches Cc: Richard Biener , Jan Hubicka References: <41f0b7e4-1a6b-3f5e-1e3a-750502e73043@suse.cz> Message-ID: <1bf82ef4-40fa-2559-a2d3-9b2f22d96f85@suse.cz> Date: Wed, 20 Dec 2017 14:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <41f0b7e4-1a6b-3f5e-1e3a-750502e73043@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg01362.txt.bz2 PING^1 On 10/27/2017 03:17 PM, Martin Liška wrote: > Hello. > > It's improvement that I consider still useful even though we're not going to use > it for profiled bootstrap. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready for trunk? > Thanks, > Martin