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: fortran/compilerstatus.html


Fix redirected link and tweak markup.

Committed.

Gerald

Index: compilerstatus.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/compilerstatus.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 compilerstatus.html
--- compilerstatus.html	20 Oct 2003 21:34:14 -0000	1.9
+++ compilerstatus.html	30 Oct 2003 13:51:03 -0000
@@ -51,7 +51,7 @@ front end and translate it to the GENERI
 back end. Work is ongoing in these parts of G95, but a large part
 has already been completed.</p>

-Current issues being worked on include:
+<p>Current issues being worked on include:</p>
 <ul>
 <li>Handling of <code>CHARACTER</code> variables in
 <code>COMMON</code> blocks</li>
@@ -61,7 +61,7 @@ e.g. <code>TRANSPOSE(TRANSPOSE(A(:,:))</

 <h2 id="be">Middle end and Back end</h2>
 G95 uses the middle end and back end of GCC, more specifically, it is built on
-the <a href="../projects/tree-ssa">Tree-SSA</a> branch
+the <a href="../projects/tree-ssa/">Tree-SSA</a> branch
 of GCC which is meant to become part of GCC 3.5. We hope to be able to
 include at least a beta version of G95 into GCC by this time.


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