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]

[gfortran, committed] PR 15748 Reporting bugs and gfortran.texi



gfortran.texi said it contained information on reporting bugs, which it doesn't & shouldn't according to Joseph S. Myers, so I committed this as obvious.


- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   5 Jun 2004 11:34:52 -0000       1.61
+++ ChangeLog   5 Jun 2004 14:41:42 -0000       1.62
@@ -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
Index: gfortran.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/gfortran.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gfortran.texi       5 Jun 2004 14:34:56 -0000       1.5
+++ gfortran.texi       5 Jun 2004 14:41:42 -0000       1.6
@@ -110,8 +110,7 @@

 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


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