From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 544793857C45; Tue, 20 Dec 2022 13:37:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 544793857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671543440; bh=B7c7w3YIRKl4G5MrHGMk3cV//dfUi8b/sg7VHJY8eVM=; h=From:To:Subject:Date:From; b=fo3xo2AQ+PR8NLtecGBkfs4W1msxs0r+aT27lJLjPKqE75mdHdNDW3ArFgxbS1bXn hkfEcrRJup7R0bwSo6IHufsYpt1KuLpc+p/z5zZp3pPDF/yN0R/K4Rfj/eviiSE+3h 9n2vOYGCiD1l+f84OpqTgM6DQd8mnEJhsK+iM/tA= 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 r13-4805] d/104749 - document host GDC version requirement X-Act-Checkin: gcc X-Git-Author: Richard Biener X-Git-Refname: refs/heads/master X-Git-Oldrev: 02c031088ac0bbf716aec52e027d615b7a5a572b X-Git-Newrev: 05b7cf52e1b640271900894a894da2d27ef90092 Message-Id: <20221220133720.544793857C45@sourceware.org> Date: Tue, 20 Dec 2022 13:37:20 +0000 (GMT) List-Id: https://gcc.gnu.org/g:05b7cf52e1b640271900894a894da2d27ef90092 commit r13-4805-g05b7cf52e1b640271900894a894da2d27ef90092 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. 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 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