This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[PATCH] install.texi: Correct mention of Fortran in "full distribution" desc.


In the "Downloading GCC" chapter of install.texi, there's a description of what's included in the full distribution of GCC. The mention of both a Fortran 77 compiler and a Fortran compiler here is somewhat misleading -- there is no Fortran 77 compiler distinct from the main Fortran compiler. This patch corrects this.

I'd be interested in opinions on whether or not I should add a parenthetical note saying "(Fortran 77 in GCC 3.4 and earlier, Fortran 95 in GCC 4.0 and later)" after "Fortran" in the list, to cover the changeover from g77 to gfortran. Comments?

------------------------------------------------------
2006-10-10  Brooks Moses  <bmoses@stanford.edu>

	* doc/install.texi (Downloading GCC): Clarify mention of
	Fortran in the "full distribution" description.

------------------------------------------------------

Checked with "make info" and "make pdf". Ok for trunk?

- Brooks
Index: install.texi
===================================================================
--- install.texi	(revision 117617)
+++ install.texi	(working copy)
@@ -455,11 +460,10 @@
 Please refer to the @uref{http://gcc.gnu.org/releases.html,,releases web page}
 for information on how to obtain GCC@.
 
-The full distribution includes the C, C++, Objective-C, Fortran 77, Fortran
-(in case of GCC 4.0 and later), Java, and Ada (in case of GCC 3.1 and later)
-compilers.  The full distribution also includes runtime libraries for C++,
-Objective-C, Fortran 77, Fortran, and Java.  In GCC 3.0 and later versions,
-GNU compiler testsuites are also included in the full distribution.
+The full distribution includes the C, C++, Objective-C, Fortran, Java, and Ada
+(in case of GCC 3.1 and later) compilers.  The full distribution also includes
+runtime libraries for C++, Objective-C, Fortran, and Java.  In GCC 3.0 and later
+versions, GNU compiler testsuites are also included in the full distribution.
 
 If you choose to download specific components, you must download the core
 GCC distribution plus any language specific distributions you wish to

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