]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
d/104749 - document host GDC version requirement
authorRichard Biener <rguenther@suse.de>
Tue, 20 Dec 2022 13:34:01 +0000 (14:34 +0100)
committerRichard Biener <rguenther@suse.de>
Tue, 20 Dec 2022 13:37:34 +0000 (14:37 +0100)
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)

gcc/doc/install.texi

index b609d832db50dba0732839c9ae46296a03dc12c6..cd9607b27599c34be38572ed4af653084d3ae08d 100644 (file)
@@ -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