This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: TODO List: How current is it?
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Scott Robert Ladd <coyote at coyotegulch dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Thu, 21 Oct 2004 18:03:27 +0200
- Subject: Re: TODO List: How current is it?
- References: <4176EF07.1050706@coyotegulch.com>
Scott Robert Ladd wrote:
> I was looking over the "TODO" list, dated 15 August at:
>
> http://gcc.gnu.org/fortran/todo.html
>
> How current is the list? Are there specific PRs associated with tasks?
It's not really current. I remember fixing the second to last item under
Parser, and the first item under middle-end. DATA has long been implemented,
CHARACTER variables in COMMON and EQUIVALENCE work (I think). The PRs pointed
to under runtime library are fixed, instead it remains a problem with arrays
in namelists, and that's just from the top of my head.
A more accurate picture of our current state is given by the open PRs in
bugzilla, we've gotten a lot more testing recently, so a bunch of new bugs
have been found. You'll most easily get a list of all open bugs by going to
gfortran.org, and then clicking on "bug reports" in the menu.
- Tobi