Document ASLR for Precompiled Headers.

	PR c++/92717
	* doc/invoke.texi: Document that one should
	not combine ASLR and -fpch.
parent 7db12d15
2020-02-05 Martin Liska <mliska@suse.cz>
PR c++/92717
* doc/invoke.texi: Document that one should
not combine ASLR and -fpch.
2020-02-04 Richard Biener <rguenther@suse.de> 2020-02-04 Richard Biener <rguenther@suse.de>
PR tree-optimization/93538 PR tree-optimization/93538
......
...@@ -31106,6 +31106,10 @@ precompiled header. The following are known to be safe: ...@@ -31106,6 +31106,10 @@ precompiled header. The following are known to be safe:
-fsched-verbose=@var{number} -fschedule-insns -fvisibility= @gol -fsched-verbose=@var{number} -fschedule-insns -fvisibility= @gol
-pedantic-errors} -pedantic-errors}
@item Address space layout randomization (ASLR) can lead to not binary identical
PCH files. If you rely on stable PCH file contents disable ASLR when generating
PCH files.
@end itemize @end itemize
For all of these except the last, the compiler automatically For all of these except the last, the compiler automatically
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment