From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7856) id 4E0C83858C52; Mon, 4 Jul 2022 08:57:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E0C83858C52 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0f482d92ae32c99507ed0aa0961352f2ae5a6953 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c387e086bbcccce726babbea34f0befb6ca9b9bb X-Git-Newrev: 0f482d92ae32c99507ed0aa0961352f2ae5a6953 Message-Id: <20220704085758.4E0C83858C52@sourceware.org> Date: Mon, 4 Jul 2022 08:57:58 +0000 (GMT) From: Xi Ruoyao 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: Mon, 04 Jul 2022 08:57:58 -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 0f482d92ae32c99507ed0aa0961352f2ae5a6953 (commit) from c387e086bbcccce726babbea34f0befb6ca9b9bb (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 0f482d92ae32c99507ed0aa0961352f2ae5a6953 Author: Xi Ruoyao Date: Mon Jul 4 14:59:53 2022 +0800 gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index ae03c3c6..ef957204 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -1027,6 +1027,32 @@ known to be fixed in the 12.1 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

+ +

GCC 12.2

+ +

Note: GCC 12.2 has not been released yet, so this section is a +work-in-progress.

+ +

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

+ +

Target Specific Changes

+ +

LoongArch

+ +
    +
  • + The default setting of + -m[check|no-check]-zero-division is changed for optimized + code. Now -mno-check-zero-division is the default for + all optimization levels but -O0 and -Og. + The old behavior can be obtained by explicitly passing + -mcheck-zero-division to GCC. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) hooks/post-receive -- gcc-wwwdocs