Hi. It's a documentation update for the new -fprofile-reproducible option.
Martin --- htdocs/gcc-10/changes.html | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 53d0ca08..6e08ba41 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -78,6 +78,12 @@ a work-in-progress.</p> can now be used to inform the compiler that code paths not covered by the training run should not be optimized for size. </li> + <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-fprofile-reproducible"><code>-fprofile-reproducible</code></a> + controls level of reproducibility of profile gathered by + <a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-fprofile-generate"><code>-fprofile-generate</code></a>. + This makes it possible to rebuild program + with same outcome which is useful, for example, for distribution packages. + </li> </ul> </li> <li>