[Patch,wwwdocs] bugs.html: Remove g77 item

Tobias Burnus burnus@net-b.de
Fri Nov 2 09:55:00 GMT 2007


Hi all,

as an email to fortran@ has just shown, the g77 item of bugs.html is
more misleading than helpful.

I would therefore suggest to remove the (g77) Fortran specific entry.

In general, the page could be shortened/updated. Who does still need a
list of bugs present in 3.3.x but fixed in 3.4.x?

Is the patch below OK for check in?

Tobias

Index: htdocs/bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.96
diff -u -r1.96 bugs.html
--- htdocs/bugs.html    24 Oct 2006 07:37:51 -0000      1.96
+++ htdocs/bugs.html    2 Nov 2007 09:49:37 -0000
@@ -32,7 +32,6 @@
     <li><a href="#fixed34">Bugs fixed in the 3.4 series</a></li>
     </ul>
   </li>
-  <li><a href="#fortran">Fortran</a></li>
   </ul>
 </li>
 <li><a href="#nonbugs">Non-bugs</a>
@@ -366,15 +365,6 @@

 <hr />

-<h2><a name="fortran">Fortran</a></h2>
-
-<p>G77 bugs are documented in the G77 manual rather than
-explicitly listed here.  Please see
-<a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/Trouble.html">Known Causes of
-Trouble with GNU Fortran</a> in the G77 manual.</p>
-
-<hr />
-
 <h1><a name="nonbugs">Non-bugs</a></h1>

 <p>The following are not actually bugs, but are reported often



More information about the Gcc-patches mailing list