This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 38e59b7d33f511464933ef817110e18d2e12757b (commit) from 561a5e63201915a59da227344be3b068018108bc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 38e59b7d33f511464933ef817110e18d2e12757b Author: Sam James <s...@gentoo.org> Date: Wed Feb 12 09:15:14 2025 +0000 gcc-15/porting_to: link to "Standards conformance" section for C++ Suggested by Andrew Pinski. diff --git a/htdocs/gcc-15/porting_to.html b/htdocs/gcc-15/porting_to.html index b9b2efc7..829ae92f 100644 --- a/htdocs/gcc-15/porting_to.html +++ b/htdocs/gcc-15/porting_to.html @@ -137,6 +137,12 @@ In file included from <source>:1: <h2 id="cxx">C++ language issues</h2> +<p> +Note that all GCC releases make +<a href="https://gcc.gnu.org/bugs/#upgrading">improvements to conformance</a> +which may reject non-conforming, legacy codebases. +</p> + <h3 id="header-dep-changes">Header dependency changes</h3> <p>Some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the library. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/porting_to.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs