From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 64E653858D1E for ; Sat, 22 Oct 2022 16:47:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 64E653858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id CE81833EB5; Sat, 22 Oct 2022 12:47:30 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 2D8A733ED8; Sat, 22 Oct 2022 12:47:30 -0400 (EDT) Date: Sat, 22 Oct 2022 18:47:27 +0200 (CEST) From: Gerald Pfeifer To: Jakub Jelinek cc: Richard Biener , gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Document zero width bit-field passing ABI changes in gcc-12/changes.html [PR104796] In-Reply-To: Message-ID: <1f93c86b-3454-667a-4d0c-3ccc4e663154@pfeifer.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 30 Mar 2022, Jakub Jelinek via Gcc-patches wrote: > Thanks, changed and committed. This (commit 3be1a28f58d6063258407b0751e8fb55df4749c8) introduced a new which is deprecated HTML. Below is the straightforward adjustment I just pushed. Gerald 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,