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
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
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
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