From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 4E0E43858C2F for ; Thu, 25 Aug 2022 12:50:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4E0E43858C2F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass 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-out1.suse.de (Postfix) with ESMTPS id 223D233685; Thu, 25 Aug 2022 12:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1661431813; 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=XwfxZrZM66Zf8VRyo4EFQpmy3vV4u1MAD2aqlxrxxqo=; b=SskCzEjbcv8iZIdWkD9JmXFc8fj7YYk98T/fwBrNbj72vXBBYtd9dpxboMel4BQh0dq1FT dhc9q6WAWP/Qchp7GN565pQyG/L2TbUtoYJk+wC3P9nCqLsEY06h6ys4k/S1RaFgYVgrj+ ulxzCGAh2xCy0chcQbg4rPaCoUY8r7Y= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1661431813; 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=XwfxZrZM66Zf8VRyo4EFQpmy3vV4u1MAD2aqlxrxxqo=; b=Nvtug+aFcdpy4lhNJhBcId0HHgrcU1QUwv4JRY1HNIufrQ3xnw94Pjh6IBlPOmUI/VIQWz Yoc+5rUo0b6PAKDQ== 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 06CF813A8E; Thu, 25 Aug 2022 12:50:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id dvajAAVwB2MtIAAAMHmgww (envelope-from ); Thu, 25 Aug 2022 12:50:13 +0000 Message-ID: Date: Thu, 25 Aug 2022 14:50:12 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [PATCH] cr16: remove obsoleted port Content-Language: en-US To: Jan-Benedict Glaw Cc: gcc-patches@gcc.gnu.org, Richard Biener References: <3bebadac-9916-2283-9aae-e5142b14c7ef@suse.cz> <20220825124852.eyetok7keravb3eq@lug-owl.de> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <20220825124852.eyetok7keravb3eq@lug-owl.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 8/25/22 14:48, Jan-Benedict Glaw wrote: > On Thu, 2022-08-25 10:38:30 +0200, Martin Liška wrote: >> Remove the port that has been marked obsolete in GCC 12 change notes. > >> contrib/ChangeLog: >> >> * config-list.mk: Remove cr16. > > Thanks for not forgetting this part! I hope the scripts will properly > pick up the cr16 removal. We'll find out! :) Which scripts do you mean? May I install the patch? Thanks, Martin > > MfG, JBG >