diff options
author | Richard Biener <rguenther@suse.de> | 2022-12-20 14:34:01 +0100 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2022-12-20 14:37:09 +0100 |
commit | 05b7cf52e1b640271900894a894da2d27ef90092 (patch) | |
tree | 333d1a2a247271a771dd509af4896c484d9011e4 /gcc | |
parent | 02c031088ac0bbf716aec52e027d615b7a5a572b (diff) | |
download | gcc-05b7cf52e1b640271900894a894da2d27ef90092.zip gcc-05b7cf52e1b640271900894a894da2d27ef90092.tar.gz gcc-05b7cf52e1b640271900894a894da2d27ef90092.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ec31f0a..5c0214b 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 |