Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-07-20 Thread Martin Liška
;>>> >>>> I've been testing the patch. >>>> Ready after it finishes tests? >>>> >>>> Martin >>>> >>>>> What do you think about it? >>>>> Regarding the string manipulation: I'm not an expert, but w

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-07-19 Thread Bin.Cheng
you think about it? >>>> Regarding the string manipulation: I'm not an expert, but work with string >>>> in C >>>> is for me always a pain :) >>>> >>>> Martin >>>> >>> >>> 0001-When-using-fprofile-generate-some

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-07-03 Thread Jonathan Wakely
garding the string manipulation: I'm not an expert, but work with string in C is for me always a pain :) Martin From 386a4561a4d1501e8959871791289e95f6a89af5 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 16 Aug 2017 10:22:57 +0200 Subject: [PATCH] When using -fprofile-generate=/some/path mangle abs

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-07-02 Thread Rainer Orth
ave a unique file path. As seen in the PR it >>> can produce a funny ICE. >>> >>> I've been testing the patch. >>> Ready after it finishes tests? >>> >>> Martin >>> >>>> What do you think about it? >>>> Regardin

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-06-29 Thread Martin Liška
. >> Ready after it finishes tests? >> >> Martin >> >>> What do you think about it? >>> Regarding the string manipulation: I'm not an expert, but work with string >>> in C >>> is for me always a pain :) >>> >>> Martin

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-06-22 Thread Jeff Law
but work with string >> in C >> is for me always a pain :) >> >> Martin >> > > 0001-When-using-fprofile-generate-some-path-mangle-absolu.patch > > > From 386a4561a4d1501e8959871791289e95f6a89af5 Mon Sep 17 00:00:00 2001 > From: marxin > Date: We

Re: [PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-06-20 Thread Martin Liška
PING^1 On 05/16/2018 01:53 PM, Martin Liška wrote: > On 12/21/2017 10:13 AM, Martin Liška wrote: >> On 12/20/2017 06:45 PM, Jakub Jelinek wrote: >>> Another thing is that the "/" in there is wrong, so >>> const char dir_separator_str[] = { DIR_SEPARATOR, '\0' }; >>> char *b = concat

[PATCH] When using -fprofile-generate=/some/path mangle absolute path of file (PR lto/85759).

2018-05-16 Thread Martin Liška
finishes tests? Martin > > What do you think about it? > Regarding the string manipulation: I'm not an expert, but work with string in > C > is for me always a pain :) > > Martin > >From 386a4561a4d1501e8959871791289e95f6a89af5 Mon Sep 17 00:00:00 2001 From: marxin