diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2004-06-05 16:41:42 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-06-05 16:41:42 +0200 |
commit | e0f2a7c6f2b108181d3bc695c8c5c768da56322d (patch) | |
tree | 8a82a72bd77b8b51d7e1182346c2fd155649e97f | |
parent | 3e31938b23d6028127e31bd5e06f53f6ec1b4d97 (diff) | |
download | gcc-e0f2a7c6f2b108181d3bc695c8c5c768da56322d.zip gcc-e0f2a7c6f2b108181d3bc695c8c5c768da56322d.tar.gz gcc-e0f2a7c6f2b108181d3bc695c8c5c768da56322d.tar.bz2 |
re PR fortran/15478 (gfortran manual problems)
PR fortran/15478
* gfortran.texi: The documentation doesn't contain infomration on
how to report bugs, and shouldn't, so remove the line which
says it does.
From-SVN: r82650
-rw-r--r-- | gcc/fortran/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6622283..394ccc6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2004-06-05 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de> + + PR fortran/15478 + * gfortran.texi: The documentation doesn't contain infomration on + how to report bugs, and shouldn't, so remove the line which + says it does. + 2004-06-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * intrinsic.c (sort_actual): Keep track of type of missing diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 4637f62..c1a0fe1 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -110,8 +110,7 @@ Boston, MA 02111-1307, USA@* This manual documents the use of @command{gfortran}, the GNU Fortran 95 compiler. You can find in this manual how to invoke -@command{gfortran}, as well as its features and incompatibilities, -and how to report bugs. +@command{gfortran}, as well as its features and incompatibilities. @ifset DEVELOPMENT @emph{Warning:} This document, and the compiler it describes, are still |