aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2005-06-05 15:13:09 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2005-06-05 15:13:09 +0200
commitb4cbcd1a2d509932a9581d74bb37a1efbd9d10d9 (patch)
treea5240942aa2114e52c8f3ed74ef9806dd1faf86c /gcc
parent862e28863e70173f97b4eb3d6af9d3c218878e8b (diff)
downloadgcc-b4cbcd1a2d509932a9581d74bb37a1efbd9d10d9.zip
gcc-b4cbcd1a2d509932a9581d74bb37a1efbd9d10d9.tar.gz
gcc-b4cbcd1a2d509932a9581d74bb37a1efbd9d10d9.tar.bz2
invoke.texi: Fix description of flags required for compatibility with g77.
* invoke.texi: Fix description of flags required for compatibility with g77. From-SVN: r100621
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/invoke.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index a57c1a0..51afe9c 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-05 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
+
+ * invoke.texi: Fix description of flags required for compatibility
+ with g77.
+
2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
Erik Schnetter <schnetter@aei.mpg.de>
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 098882e..e3d2e26 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -571,9 +571,9 @@ UNIX Fortran compilers.
@emph{Caution}: The default behavior of @command{gfortran} is
incompatible with @command{f2c} and @command{g77}, please use the
-@option{-ff2c} and @option{-fsecond-underscore} options if you want
-object files compiled with @option{gfortran} to be compatible with
-object code created with these tools.
+@option{-ff2c} option if you want object files compiled with
+@option{gfortran} to be compatible with object code created with these
+tools.
Use of @option{-fno-underscoring} is not recommended unless you are
experimenting with issues such as integration of (GNU) Fortran into