d/104749 - document host GDC version requirement

Message ID 20221220133626.05C2B1390E@imap2.suse-dmz.suse.de
State Repeat Merge
Headers
Series d/104749 - document host GDC version requirement |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Richard Biener Dec. 20, 2022, 1:36 p.m. UTC
  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(-)
  

Patch

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