This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: TODO List: How current is it?


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


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