This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Require at least GNAT 3.14 as bootstrap compiler


PR 8560 shows that GNAT 3.13 results in problems at least on some
architectures, while 3.14 does not.  Is it okay to simply update the
requirement documentation?

BTW, are ChangeLog entries for documentation updates required or not?

--- install.texi.~1.192.~	2003-05-27 17:46:17.000000000 +0200
+++ install.texi	2003-05-27 17:47:06.000000000 +0200
@@ -1141,7 +1141,7 @@
 @section Building the Ada compiler
 
 In order to build GNAT, the Ada compiler, you need a working GNAT
-compiler (GNAT version 3.13 or later, or GCC version 3.1 or later),
+compiler (GNAT version 3.14 or later, or GCC version 3.1 or later),
 since the Ada front end is written in Ada (with some
 GNAT-specific extensions), and GNU make.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]