From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 33C183858D1E; Sat, 22 Oct 2022 16:42:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33C183858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666456973; bh=oLnCGdjppAcNhb4oPYlvFcI8pDulK1yogZlIkJvBPYU=; h=To:Subject:Date:From:From; b=PbvjS4QGwsUnmsuB4eRERoHZ3RKEviAlIk9RXFDVmCq9/aC+rW1SVbMzPkRqdaVTs Jqgf5ucl4USIEutAnlwacfAbUNT7Md0TTJPwuVu4/MCUieUKK24s6ss0toKlhgLp55 LY3ppD2Y/RmhV1qLujpEY2Mr21KHz2u21IvLhw0g= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 95e5070662283453db934dee37203ce9db6e342c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f3541cfb120e4e5f0f6fed3ebe6d5a4c36a8079a X-Git-Newrev: 95e5070662283453db934dee37203ce9db6e342c Message-Id: <20221022164253.33C183858D1E@sourceware.org> Date: Sat, 22 Oct 2022 16:42:53 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 95e5070662283453db934dee37203ce9db6e342c (commit) from f3541cfb120e4e5f0f6fed3ebe6d5a4c36a8079a (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 95e5070662283453db934dee37203ce9db6e342c Author: Gerald Pfeifer Date: Sat Oct 22 18:41:14 2022 +0200 gcc-12: Replace an by an id= The name attribute for the tag has been obsoleted. Use an id= on the nearest container instead, as we already do everywhere else. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 0e56aba0..30fa4d6e 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -25,8 +25,7 @@ You may also want to check out our

Caveats

    -
  • - An ABI incompatibility between C and +
  • An ABI incompatibility between C and C++ when passing or returning by value certain aggregates containing zero width bit-fields has been discovered on various targets. As mentioned in PR102024, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs