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]

Patch for bug other/14402


This patch fixed bug 14402, asking for invoke.texi no longer to reference 
gccbug.  It now just references bugs.html which details all the available 
bug reporting methods.  It passes "make info", "make dvi" and "make 
generated-manpages".  Applies to mainline.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.7399
diff -u -r2.7399 ChangeLog
--- ChangeLog	6 Feb 2005 23:33:10 -0000	2.7399
+++ ChangeLog	7 Feb 2005 01:07:50 -0000
@@ -1,3 +1,8 @@
+2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
+
+	PR other/14402
+	* doc/invoke.texi: Don't mention gccbug.
+
 2005-02-06  Roger Sayle  <roger@eyesopen.com>
 	    Andrew Pinski  <pinskia@physics.uc.edu>
 	    Paolo Bonzini  <paolo.bonzini@lu.unisi.ch>
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.574
diff -u -r1.574 invoke.texi
--- doc/invoke.texi	6 Feb 2005 19:37:24 -0000	1.574
+++ doc/invoke.texi	7 Feb 2005 01:07:55 -0000
@@ -49,8 +49,7 @@
 @c man end
 @c man begin BUGS
 For instructions on reporting bugs, see
-@w{@uref{http://gcc.gnu.org/bugs.html}}.  Use of the @command{gccbug}
-script to report bugs is recommended.
+@w{@uref{http://gcc.gnu.org/bugs.html}}.
 @c man end
 @c man begin AUTHOR
 See the Info entry for @command{gcc}, or


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