On Tue, Feb 04, 2020 at 02:55:31PM +0100, Richard Biener wrote:
> On Tue, Feb 4, 2020 at 2:45 PM Martin Liška <mli...@suse.cz> wrote:
> >
> > Hi.
> >
> > The patch is about enhancement of the documentation, where
> > we do not support ASLR for Precompiled Headers.
> >
> > Ready for trunk?
> 
> I think we support ASLR just fine?

We do support ASLR just fine, just the PCH from it will not be bitwise
reproduceable.  So the doc patch is misplaced (putting it between sentence
talking about options and the list of those options is weird) and should make
it clear that ASLR may result in non-reproduceable PCH files.

> > gcc/ChangeLog:
> >
> > 2020-02-04  Martin Liska  <mli...@suse.cz>
> >
> >         PR c++/92717
> >         * doc/invoke.texi: Document that one should
> >         not combine ASLR and -fpch.
> > ---
> >   gcc/doc/invoke.texi | 2 ++
> >   1 file changed, 2 insertions(+)
> >
> >

        Jakub

Reply via email to