From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 98A963858421; Tue, 20 Dec 2022 13:37:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98A963858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671543467; bh=w8a+3ureqL48Na9ghH0HiUzAXk34K+mMdsBDpJcLXac=; h=From:To:Subject:Date:From; b=cajZuisYpkfJH1I5MjNzURDQR0dyxhNE6/wn107ANa6gI2FDB1PetJuigbWpcBPg1 Lb1Ea0kKiDv+r3FNV5p+ZZy/nRCuXteQJ4NmrNfTAz+mPQHtwND/irxjZ+ZXoBT01i 1yvB2CjCnsWpBuYNUacVErJiCezmMsUk0x0cFqOM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Richard Biener To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-9001] d/104749 - document host GDC version requirement X-Act-Checkin: gcc X-Git-Author: Richard Biener X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: 8ac76d504ee1216ebffab08463a544d691d85112 X-Git-Newrev: 1bdb13071f0ead3c83390ac9fcc0be73a2607a42 Message-Id: <20221220133747.98A963858421@sourceware.org> Date: Tue, 20 Dec 2022 13:37:47 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1bdb13071f0ead3c83390ac9fcc0be73a2607a42 commit r12-9001-g1bdb13071f0ead3c83390ac9fcc0be73a2607a42 Author: Richard Biener Date: Tue Dec 20 14:34:01 2022 +0100 d/104749 - document host GDC version requirement This documents that GDC 9.4 or later is required to build the D language rather than GDC 9.1 which suffers from PR94240. PR d/104749 * doc/install.texi (GDC): Document GDC 9.4 or later is required to build the D language frontend. (cherry picked from commit 05b7cf52e1b640271900894a894da2d27ef90092) Diff: --- 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 b609d832db5..cd9607b2759 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