[htdocs,2/2] gcc-15/porting_to: link to "Standards conformance" section for C++
Checks
Commit Message
Suggested by Andrew Pinski.
---
htdocs/gcc-15/porting_to.html | 6 ++++++
1 file changed, 6 insertions(+)
Comments
LGTM, thanks
On Wed, 12 Feb 2025 at 09:25, Sam James <sam@gentoo.org> wrote:
>
> Suggested by Andrew Pinski.
> ---
> htdocs/gcc-15/porting_to.html | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> 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.
> --
> 2.48.1
>
@@ -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.