From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id C1041385802A; Tue, 27 Apr 2021 08:24:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1041385802A To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0c2a938828f1daa5aa2c383e13527ea71712b382 X-Git-Newrev: 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 Message-Id: <20210427082437.C1041385802A@sourceware.org> Date: Tue, 27 Apr 2021 08:24:37 +0000 (GMT) From: Jakub Jelinek 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, 27 Apr 2021 08:24:37 -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 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 (commit) via ccdf40e80d91855985a0b9e344bdb85f5e19346e (commit) from 0c2a938828f1daa5aa2c383e13527ea71712b382 (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 4f1583a7659e8800f1e240e8b90cc4bcd26f0130 Author: Jakub Jelinek Date: Tue Apr 27 10:22:51 2021 +0200 Releasing 11.1. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 3f98df34..5090ec43 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -22,9 +22,6 @@ You may also want to check out our full GCC documentation.

-

Note: GCC 11 has not been released yet, so this document is -a work-in-progress.

-

Caveats

    @@ -888,7 +885,15 @@ is built as FAT libraries containing both 32 bit and 64 bit objects.
- +

GCC 11.1

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 11.1 release. This list might not be +complete (that is, it is possible that some PRs that have been fixed +are not listed here).

+ + diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html new file mode 100644 index 00000000..cc64e2b7 --- /dev/null +++ b/htdocs/gcc-11/index.html @@ -0,0 +1,56 @@ + + + + + +GCC 11 Release Series + + + + + +

GCC 11 Release Series

+ +

April 27, 2021

+ +

The GCC developers are pleased to announce the release of GCC 11.1.

+ +

This release is a major release, containing new features (as well +as many other improvements) relative to GCC 10.x.

+ +

Release History

+ +
+ +
GCC 11.1
+
April 27, 2021 + (changes, + documentation) +
+ +
+ +

References and Acknowledgements

+ +

GCC used to stand for the GNU C Compiler, but since the compiler +supports several other languages aside from C, it now stands for the +GNU Compiler Collection.

+ +

A list of successful builds is updated +as new information becomes available.

+ +

The GCC developers would like to thank the numerous people that have +contributed new features, improvements, bug fixes, and other changes as +well as test results to GCC. +This amazing +group of volunteers is what makes GCC successful.

+ +

For additional information about GCC please refer to the +GCC project web site or contact the +GCC development mailing list.

+ +

To obtain GCC please use our mirror sites +or our version control system.

+ + + commit ccdf40e80d91855985a0b9e344bdb85f5e19346e Author: Jakub Jelinek Date: Tue Apr 27 10:02:30 2021 +0200 Point into 11.1.0 onlinedocs instead of trunk. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 7689507e..3f98df34 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -101,13 +101,13 @@ a work-in-progress.

In GCC 11 the column numbers default to being column numbers, respecting multi-column characters. The old behavior can be restored using a new option - -fdiagnostics-column-unit=byte. + -fdiagnostics-column-unit=byte. There is also a new option - -fdiagnostics-column-origin=, + -fdiagnostics-column-origin=, allowing the pre-existing default of the left-hand column being column 1 to be overridden if desired (e.g. for 0-based columns). The output of - -fdiagnostics-format=json + -fdiagnostics-format=json has been extended to supply both byte counts and column numbers for all source locations.

@@ -116,7 +116,7 @@ a work-in-progress.

with whitespace or line number information, leading to misalignments in the resulting output when compared with the actual source. Tab characters are now printed as an appropriate number of spaces, using the - -ftabstop + -ftabstop option (which defaults to 8 spaces per tab stop).

@@ -235,7 +235,7 @@ a work-in-progress.

Fortran compilers. See the implementation status section on the OpenACC wiki page and the - + run-time library documentation for further information. @@ -248,15 +248,15 @@ a work-in-progress.