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 D4FB03858D28 for ; Wed, 7 Sep 2022 20:07:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D4FB03858D28 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 E16C820782; Wed, 7 Sep 2022 20:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1662581245; 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=1dAr3dWiLt9ePF5Zy/HBrwz+WuGNCg0l9O8QULYrKSg=; b=C7r/bo1t8E83EHWrOIw06zvoPUa5BmnsbOteRWBBdnP/WSSz06kLG1lzi93GTiqxgh45hG 8VaCF1Z7MXNrBxGxNeakiwJKD35oXfB2lY7cGvhS+GAp5CIjGbL2dhgCffDNvxfilMGINs SBZQl9gxYx1MWWQ9yCJUaDd1jBbE2e4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1662581245; 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=1dAr3dWiLt9ePF5Zy/HBrwz+WuGNCg0l9O8QULYrKSg=; b=lsX8ubzS+iQ7WPH6jWWBjJiHVDMYT95mpwzLyyvrBG8DQIVIUJuCPOU8jgoM/9gjY+8kBT 5hxObos3uL6NEsCA== 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 C86FC13486; Wed, 7 Sep 2022 20:07:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6rYHL/35GGPvOwAAMHmgww (envelope-from ); Wed, 07 Sep 2022 20:07:25 +0000 Message-ID: Date: Wed, 7 Sep 2022 22:07:25 +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> <4d8a7f11-28e7-83e7-e67d-85c471c94feb@suse.cz> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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/7/22 16:28, Gerald Pfeifer wrote: > On Wed, 7 Sep 2022, Martin Liška wrote: >> Thanks for the fix. Btw. have you removed the w3c validation script? > > I didn't remove it, but had to deactive automated notifications since the > w3.org service started to employ some "are you a secure machine?" checks > that appear to use Javascript or the like, breaking any automated use of > that service. :-( What a pity. Martin > > So I literally have to click through notification e-mails and manually > check the result in the browser; hence the delay. > > Gerald