From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 95661382E292; Tue, 24 May 2022 12:00:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95661382E292 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b89dff3305518093bc2cbfce6f5bb4845992b88b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cf90f8a4e0666dc3a23ae2bc9de801e9a897ac46 X-Git-Newrev: b89dff3305518093bc2cbfce6f5bb4845992b88b Message-Id: <20220524120046.95661382E292@sourceware.org> Date: Tue, 24 May 2022 12:00:46 +0000 (GMT) From: Martin Liska X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2022 12:00:46 -0000 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 b89dff3305518093bc2cbfce6f5bb4845992b88b (commit) from cf90f8a4e0666dc3a23ae2bc9de801e9a897ac46 (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 b89dff3305518093bc2cbfce6f5bb4845992b88b Author: Martin Liska Date: Tue May 24 13:59:39 2022 +0200 GCC 13: come up with Porting to. And link it from changes.html. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 2d974ae5..6c5b2a37 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -17,11 +17,9 @@

This page is a "brief" summary of some of the huge number of improvements in GCC 13. -

Note: GCC 13 has not been released yet, so this document is diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html new file mode 100644 index 00000000..b3e0895a --- /dev/null +++ b/htdocs/gcc-13/porting_to.html @@ -0,0 +1,28 @@ + + + + + +Porting to GCC 13 + + + + +

Porting to GCC 13

+ +

+The GCC 13 release series differs from previous GCC releases in +a number of ways. Some of these are a result +of bug fixing, and some old behaviors have been intentionally changed +to support new standards, or relaxed in standards-conforming ways to +facilitate compilation or run-time performance. +

+ +

+Some of these changes are user visible and can cause grief when +porting to GCC 13. This document is an effort to identify common issues +and provide solutions. Let us know if you have suggestions for improvements! +

+ + + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 -- htdocs/gcc-13/porting_to.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 htdocs/gcc-13/porting_to.html hooks/post-receive -- gcc-wwwdocs