public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 0f482d92ae32c99507ed0aa0961352f2ae5a6953
@ 2022-07-04  8:57 Xi Ruoyao
  0 siblings, 0 replies; only message in thread
From: Xi Ruoyao @ 2022-07-04  8:57 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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 <xry111@xry111.site>
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).</p>
 
+<!-- .................................................................. -->
+<h2 id="12.2">GCC 12.2</h2>
+
+<p>Note: GCC 12.2 has not been released yet, so this section is a
+work-in-progress.</p>
+
+<p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=12.2">list
+of problem reports (PRs)</a> 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).</p>
+
+<h3>Target Specific Changes</h3>
+
+<h4>LoongArch</h4>
+
+<ul>
+  <li>
+    <a id="loongarch-check-zero-div">The default setting of</a>
+    <code>-m[check|no-check]-zero-division</code> is changed for optimized
+    code.  Now <code>-mno-check-zero-division</code> is the default for
+    all optimization levels but <code>-O0</code> and <code>-Og</code>.
+    The old behavior can be obtained by explicitly passing
+    <code>-mcheck-zero-division</code> to GCC.
+  </li>
+</ul>
 <!-- .................................................................. -->
 
 </body>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-12/changes.html | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-04  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04  8:57 gcc-wwwdocs branch master updated. 0f482d92ae32c99507ed0aa0961352f2ae5a6953 Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).