From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id AF8D7387084B; Thu, 7 May 2020 10:36:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF8D7387084B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bb9f7874cd64ae96a8d800863cbfb077464533fc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ebbb2e8e5041a55800ae277d112e9081c89f5811 X-Git-Newrev: bb9f7874cd64ae96a8d800863cbfb077464533fc Message-Id: <20200507103645.AF8D7387084B@sourceware.org> Date: Thu, 7 May 2020 10:36:45 +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: Thu, 07 May 2020 10:36:45 -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 bb9f7874cd64ae96a8d800863cbfb077464533fc (commit) from ebbb2e8e5041a55800ae277d112e9081c89f5811 (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 bb9f7874cd64ae96a8d800863cbfb077464533fc Author: Jakub Jelinek Date: Thu May 7 12:36:31 2020 +0200 Releasing 10.1. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index ca0761ff..465de075 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -24,9 +24,6 @@ You may also want to check out our

-

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

-

Caveats

    @@ -1006,7 +1003,15 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
- +

GCC 10.1

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 10.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-10/index.html b/htdocs/gcc-10/index.html new file mode 100644 index 00000000..98c10074 --- /dev/null +++ b/htdocs/gcc-10/index.html @@ -0,0 +1,57 @@ + + + + + +GCC 10 Release Series + + + + + +

GCC 10 Release Series

+ +

May 7, 2020

+ +

The GNU project and the GCC +developers are pleased to announce the release of GCC 10.1.

+ +

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

+ +

Release History

+ +
+ +
GCC 10.1
+
May 7, 2020 + (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.

+ + + ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 13 +++++++++---- htdocs/{gcc-4.1 => gcc-10}/index.html | 34 +++++++++++----------------------- 2 files changed, 20 insertions(+), 27 deletions(-) copy htdocs/{gcc-4.1 => gcc-10}/index.html (64%) hooks/post-receive -- gcc-wwwdocs