This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: KINDs
On Thu, May 27, 2004 at 08:08:59PM -0700, Steve Kargl wrote:
> Who uses integers :(
Ho ho! Not me, I'm an astronomer.
> What's pathf90?
PathScale has ported Open64 to the Opteron, and that's what we call
the Fortran compiler.
> At one time gfortran was going to have a compiler flag to support the
> 77 calling convention. Paul Brook, I believe, removed all the
> brokeness in http://gcc.gnu.org/ml/fortran/2004-04/msg00043.html.
Reading that diff, it looks like it's something different. The "f2c"
convention is that REAL*4 return types become REAL*8, and COMPLEX
return values of either size are returned via a dummy argument.
-- greg