From patchwork Mon May 18 19:46:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1292753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49QqKM74qWz9sT6 for ; Tue, 19 May 2020 05:47:03 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CFDAF388B036; Mon, 18 May 2020 19:47:01 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 3EFDA3851C1C for ; Mon, 18 May 2020 19:46:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3EFDA3851C1C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gerald@pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id DFB9133E4D; Mon, 18 May 2020 15:46:58 -0400 (EDT) Received: from [192.168.1.5] (unknown [77.118.202.222]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 6596833E4B; Mon, 18 May 2020 15:46:58 -0400 (EDT) Date: Mon, 18 May 2020 21:46:44 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] Replace in the release notes by . MIME-Version: 1.0 Message-Id: <20200518194658.DFB9133E4D@hamza.pair.com> X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jakub Jelinek Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" The validator triggered on another file that was recently edited, and searching our whole tree for similar occurrences these two are the remaining ones. The only drawback is that ids must not start with a digit, so I used ids in line with what we have in gcc-3.2/changes.html and later. (I believe I may have missed the GCC 10 instance when originally making this kind of change, and as part of the GCC 10.1 release process the GCC 11 page was then cloned.) Address thusly. Gerald --- htdocs/gcc-10/changes.html | 2 +- htdocs/gcc-11/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index fc58a471..0959e4c4 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -1075,7 +1075,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); -

GCC 10.1

+

GCC 10.1

This is the list of problem reports (PRs) from GCC's bug tracking system that are diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 235d1f86..92920476 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -144,7 +144,7 @@ a work-in-progress.

- +