From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1992) id 80F07395A451; Fri, 13 May 2022 17:10:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80F07395A451 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba9497f35da1a971002d0cb59913448247f9f306 X-Git-Newrev: 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 Message-Id: <20220513171036.80F07395A451@sourceware.org> Date: Fri, 13 May 2022 17:10:36 +0000 (GMT) From: Palmer Dabbelt 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: Fri, 13 May 2022 17:10:36 -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 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 (commit) from ba9497f35da1a971002d0cb59913448247f9f306 (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 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 Author: Palmer Dabbelt Date: Thu Apr 28 11:04:57 2022 -0700 gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index d645b15f..eb144a86 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -816,6 +816,9 @@ function Multiply (S1, S2 : Sign) return Sign is support architecture testing marco and -march= parsing.
  • The option -mtune=thead-c906 is added to tune for T-HEAD c906 cores.
  • +
  • libstdc++'s no longer attempts to detect built-in atomics, + distributions that have out-of-tree workarounds for + -latomic should check their ABIs again.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs