This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc IN R
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Ben Yip <ben dot yip at webmail dot ki dot se>
- Date: Thu, 19 Aug 2004 13:38:48 +0100
- Subject: Re: gcc IN R
- Organization: CodeSourcery
- References: <41249A65.3040807@webmail.ki.se>
On Thursday 19 August 2004 13:17, Ben Yip wrote:
> Hi there,
>
> I am using Fortran 77 g77 compiler to write Fortran subprogram to R. I
> would like to change and write Fortran 90 code instead (no more
> specification of matrix!). Does gcc support Fortran 90? And if Yes,
> does it works in R?
Gcc3.5 (the current unreleased development version) includes a new frotran
frontend which supports Fortran 90/95. I haven't tried interfacing with R,
but it should work.
Paul