This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Arrays of strings
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Date: Thu, 5 Feb 2004 16:36:44 +0000
- Subject: Arrays of strings
- Organization: CodeSourcery
Is anyone working on arrays of strings? I can't remember if anyone has said
they are.
AFAICT this is the single biggest thing that is preventing many programs from
building. I'd like to try and get this working before tree-ssa is merged into
mainline (ie. not in not many weeks). This should then allow us to
demonstrate that gfortran will be able compile significant programs (eg.
lapack and the SPEC benchmarks).
So, if anyone has done any work in this are, please speak up now. Otherwise
I'm likley to start working in this area pretty soon.
Paul