[PATCH] Update fortran/todo.html

Andrew Pinski pinskia@physics.uc.edu
Sat Aug 14 21:50:00 GMT 2004


I found that the todo list was getting old and had things which already 
fixed
still on it.

This updates the list and adds a PR number to one of the entry also.

OK?

Thanks,
Andrew Pinski

ChangeLog (yes I know that wwwdocs usually don't get a changeLog but
it makes the change easier to review):


	* todo.html (Compiler driver): Remove this section as the entries are 
all
	implemented.
	(Middle-end Interface, arrays of character strings): Remove as it is 
implemented.
	(Run time library): Remove direct access I/O as it is implemented.
	(g77 compatibility): Add PR number to Hollerith data.



Index: todo.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/todo.html,v
retrieving revision 1.9
diff -u -p -r1.9 todo.html
--- todo.html	3 Apr 2004 11:53:22 -0000	1.9
+++ todo.html	14 Aug 2004 21:44:50 -0000
@@ -12,13 +12,6 @@ already.  Some of the items are also fil
  in our <a href="http://gcc.gnu.org/bugzilla/">bugzilla problem
  report database</a> as indicated below.</p>

-<h2>Compiler driver</h2>
-<ul>
-   <li>Call f951 for files ending in .f (using -ffixed-form).</li>
-   <li>Call the C preprocessor for files ending in .F, .F90 and 
.F95.</li>
-   <li>Remove or redefine -fg77-calls.</li>
-</ul>
-
  <h2>Parser</h2>
  <ul>
    <li>Give NULL() pointer correct attributes.</li>
@@ -40,9 +33,6 @@ report database</a> as indicated below.<

  <h2>Middle-end Interface</h2>
  <ul>
-  <li>Support for arrays of character strings
-      (<a href="http://gcc.gnu.org/PR12842">PR12842</a>).</li>
-  <li>Support for character string array constructors (ditto).</li>
    <li>Implement functions returning derived types.</li>
    <li>Support alternate ENTRY points
        (<a href="http://gcc.gnu.org/PR13082">PR13082</a>).</li>
@@ -65,8 +55,6 @@ report database</a> as indicated below.<

  <h2>Run time library</h2>
  <ul>
-   <li>Complete the implementation of direct access I/O
-       (<a href="http://gcc.gnu.org/PR12921">PR12921</a>).</li>
     <li>Complete the implementation of derived type I/O
         (<a href="http://gcc.gnu.org/PR13278">PR13278</a> and
          <a href="http://gcc.gnu.org/PR13280">PR13280</a>).</li>
@@ -75,7 +63,8 @@ report database</a> as indicated below.<

  <h2>g77 compatibility</h2>
  <ul>
-   <li>Implement Hollerith data.</li>
+   <li>Implement Hollerith data
+       (<a href="http://gcc.gnu.org/PR16531">PR16531</a>).</li>
     <li>Implement the -fugly- family of compiler options.</li>
     <li>Fix g77/f2c compatibility for returning complex numbers, and 
other
         wierdness.</li>



More information about the Fortran mailing list