diff options
| -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 |
