From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d])
by sourceware.org (Postfix) with ESMTPS id 0A0B5383E07D
for ; Wed, 7 Sep 2022 11:57:08 +0000 (GMT)
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0A0B5383E07D
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz
Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz
Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512)
(No client certificate requested)
by smtp-out2.suse.de (Postfix) with ESMTPS id EBA2020397;
Wed, 7 Sep 2022 11:57:06 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa;
t=1662551826; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:
mime-version:mime-version:content-type:content-type:
content-transfer-encoding:content-transfer-encoding:
in-reply-to:in-reply-to:references:references;
bh=rrE0DH1jFP3rN51cGH6hTfPOcwLZq94G33v9i3BNAy8=;
b=QNZxaW799FVaB6gloUmx8hPNXgXYYZ7yu92o4x5UBkhq5pqTGmnyKnyLiilv8L5nZEBPkj
Mq2Z/7y07XELH5194xq+88LxLU9tAwNVDN6gXkb0tf2eU3/UiA6zYd6A4FpOjfX0S1f/LZ
1AEUpym70WHNmx3dLYCFha6Hvy2h0wI=
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz;
s=susede2_ed25519; t=1662551826;
h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:
mime-version:mime-version:content-type:content-type:
content-transfer-encoding:content-transfer-encoding:
in-reply-to:in-reply-to:references:references;
bh=rrE0DH1jFP3rN51cGH6hTfPOcwLZq94G33v9i3BNAy8=;
b=htpmkanq//UAmbP0Ntb7iq21E718y+iUYPTYghanFdX+94BR2jkokRUuTZlB0bzuGyJ7dP
a15I2DDd1eDqVJDQ==
Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512)
(No client certificate requested)
by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D654313486;
Wed, 7 Sep 2022 11:57:06 +0000 (UTC)
Received: from dovecot-director2.suse.de ([192.168.254.65])
by imap2.suse-dmz.suse.de with ESMTPSA
id cSQ1MxKHGGNvcQAAMHmgww
(envelope-from ); Wed, 07 Sep 2022 11:57:06 +0000
Message-ID: <4d8a7f11-28e7-83e7-e67d-85c471c94feb@suse.cz>
Date: Wed, 7 Sep 2022 13:57:06 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.2.1
Subject: Re: [PATCH][DOCS] Mention removed ports in GCC 13.
Content-Language: en-US
To: Gerald Pfeifer
Cc: gcc-patches@gcc.gnu.org, Richard Biener
References:
<81599714-1d80-5707-2c2c-34b8dd0975cd@pfeifer.com>
From: =?UTF-8?Q?Martin_Li=c5=a1ka?=
In-Reply-To: <81599714-1d80-5707-2c2c-34b8dd0975cd@pfeifer.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-13.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP,T_SCC_BODY_TEXT_LINE 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 9/5/22 14:31, Gerald Pfeifer wrote:
> On Fri, 26 Aug 2022, Richard Biener via Gcc-patches wrote:
>>> Ready for master?
>> OK
>
> Actually both Richi and me missed a little detail:
>
>>> - ...
>>> + The support for the cr16-elf, tilegx*-linux and tilepro*-linux
>>> + configurations has been removed.
>>> + ^^^^^
> ^^^^^
Thanks for the fix. Btw. have you removed the w3c validation script?
Martin
>
> The patch added one plus two s - fixed thusly.
>
> Gerald
>
>
> commit 0d66c0f73e9c54536070346bd4d52f61132ba012
> Author: Gerald Pfeifer
> Date: Mon Sep 5 20:28:57 2022 +0800
>
> gcc-13: Remove extraneous under Caveats
>
> This snuck in via 79ecba7b which added two s instead of one.
>
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index 3d3d012c..5b336e04 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -35,7 +35,6 @@ a work-in-progress.
> -gstabs and -gxcoff options) has been removed.
> (This means the dbx debugger is no longer
> supported, either.)
> -
>
>
>