Re: [PATCH] Improve extraction of changed file in contrib/mklog

2017-08-02 Thread Jeff Law
On 07/27/2017 08:33 PM, Yuri Gribov wrote: > On Wed, Jul 26, 2017 at 6:11 PM, Jeff Law wrote: >> On 07/09/2017 01:03 PM, Yuri Gribov wrote: >>> Hi, >>> >>> Currently mklog will fail to analyze lines like this in patches: >>> diff -rupN gcc/gcc/testsuite/lib/profopt.exp >>> gcc-compare-checks/gcc/t

Re: [PATCH] Improve extraction of changed file in contrib/mklog

2017-07-27 Thread Yuri Gribov
On Wed, Jul 26, 2017 at 6:11 PM, Jeff Law wrote: > On 07/09/2017 01:03 PM, Yuri Gribov wrote: >> Hi, >> >> Currently mklog will fail to analyze lines like this in patches: >> diff -rupN gcc/gcc/testsuite/lib/profopt.exp >> gcc-compare-checks/gcc/testsuite/lib/profopt.exp >> (it fails with "Error:

Re: [PATCH] Improve extraction of changed file in contrib/mklog

2017-07-26 Thread Jeff Law
On 07/09/2017 01:03 PM, Yuri Gribov wrote: > Hi, > > Currently mklog will fail to analyze lines like this in patches: > diff -rupN gcc/gcc/testsuite/lib/profopt.exp > gcc-compare-checks/gcc/testsuite/lib/profopt.exp > (it fails with "Error: failed to parse diff for ... and ..."). > > This patch f

[PATCH] Improve extraction of changed file in contrib/mklog

2017-07-09 Thread Yuri Gribov
Hi, Currently mklog will fail to analyze lines like this in patches: diff -rupN gcc/gcc/testsuite/lib/profopt.exp gcc-compare-checks/gcc/testsuite/lib/profopt.exp (it fails with "Error: failed to parse diff for ... and ..."). This patch fixes it. Ok for trunk? -Y mklog-filename-fix-1.patch Des