Re: [PATCH] -fprofile-reproducible: fix option value handling

2020-09-14 Thread Richard Biener via Gcc-patches
On Tue, Sep 15, 2020 at 12:57 AM Sergei Trofimovich wrote: > > On Mon, 14 Sep 2020 09:34:08 +0200 > Richard Biener wrote: > > > On Fri, Sep 11, 2020 at 11:56 PM Sergei Trofimovich via Gcc-patches > > wrote: > > > > > > From: Sergei Trofimovich > > > > > > Before the change option handling did n

Re: [PATCH] -fprofile-reproducible: fix option value handling

2020-09-14 Thread Sergei Trofimovich via Gcc-patches
On Mon, 14 Sep 2020 09:34:08 +0200 Richard Biener wrote: > On Fri, Sep 11, 2020 at 11:56 PM Sergei Trofimovich via Gcc-patches > wrote: > > > > From: Sergei Trofimovich > > > > Before the change option handling did not accept an argument: > > xgcc: error: unknown profile reproducibility metho

Re: [PATCH] -fprofile-reproducible: fix option value handling

2020-09-14 Thread Richard Biener via Gcc-patches
On Fri, Sep 11, 2020 at 11:56 PM Sergei Trofimovich via Gcc-patches wrote: > > From: Sergei Trofimovich > > Before the change option handling did not accept an argument: > xgcc: error: unknown profile reproducibility method '=serial' > xgcc: note: valid arguments to '-fprofile-reproducible' a

[PATCH] -fprofile-reproducible: fix option value handling

2020-09-11 Thread Sergei Trofimovich via Gcc-patches
From: Sergei Trofimovich Before the change option handling did not accept an argument: xgcc: error: unknown profile reproducibility method '=serial' xgcc: note: valid arguments to '-fprofile-reproducible' are: multithreaded parallel-runs serial; did you mean 'serial'? The change also includ