This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: 'loc()' in gfortran
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Stephan dot Siemen at ecmwf dot int
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 2 Jul 2005 16:26:26 -0400
- Subject: Re: 'loc()' in gfortran
- References: <42C55ABD.7070907@ecmwf.int>
On Jul 1, 2005, at 11:01 AM, Stephan Siemen wrote:
Hi,
We try to compile our software on gfortran 4.0 (fedora core 4) and
getting an error message like
cc5sc8W6.f: undefined reference to `loc_'
while linking. This loc (intrinsic?) function is not part of the
Fortran standard, but is available on all Fortran compilers we tried,
beside of gfortran (xlf90, g77, sun f90). Unfortunately this function
is important to our code. Below I have a description of what the
function should do. As far as I can see (no fortran expert), this
function needs implementing on compiler level ...
Will loc be part of a future release of gfortran?
It will most likely be, I submitted a but report for this. PR 22282.
<http://gcc.gnu.org/PR22282>.
Thanks,
Andrew Pinski