From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 7D9A33858421 for ; Tue, 20 Dec 2022 13:36:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7D9A33858421 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de 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 216A240373 for ; Tue, 20 Dec 2022 13:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1671543386; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=0htGJkekf99VZ4n7P0BajjIHq2piU/aDA/KvVxjxHG4=; b=2Ocp9YRDDeMN3VZIfKK/zJXWpxNrwk6oB1+flrvzASkDR0V4Y5a+issxwjPIKnJkAxUZX6 qGHu9P6PB2ChXRVZDBjB5nN4LhY5sJrEEeWMS0A6dlGZnZtiHICbeSv05oduy2Dtpk4jCZ /t9B9FNs1io9WWlfjC9ZXt+Xb1V7cis= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1671543386; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=0htGJkekf99VZ4n7P0BajjIHq2piU/aDA/KvVxjxHG4=; b=KDgzMAceMGQvkyhh1iqJlcP8sd+jWISa5fgwo9ueYqtr8SPpLVF1bnNoyhsVromVlM/xkh 0afKXEV+QWP93TAA== 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 05C2B1390E for ; Tue, 20 Dec 2022 13:36:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id hqlYAFq6oWPnFQAAMHmgww (envelope-from ) for ; Tue, 20 Dec 2022 13:36:26 +0000 Date: Tue, 20 Dec 2022 14:36:25 +0100 (CET) From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] d/104749 - document host GDC version requirement MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Message-Id: <20221220133626.05C2B1390E@imap2.suse-dmz.suse.de> X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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: This documents that GDC 9.4 or later is required to build the D language rather than GDC 9.1 which suffers from PR94240. Pushed to trunk and gcc-12 branch. PR d/104749 * install.texi (GDC): Document GDC 9.4 or later is required to build the D language frontend. --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ec31f0ac43e..5c0214b4e62 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -287,7 +287,7 @@ section. @item @anchor{GDC-prerequisite}GDC In order to build GDC, the D compiler, you need a working GDC -compiler (GCC version 9.1 or later) and D runtime library, +compiler (GCC version 9.4 or later) and D runtime library, @samp{libphobos}, as the D front end is written in D. Versions of GDC prior to 12 can be built with an ISO C++11 compiler, which can -- 2.35.3