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: 'loc()' in gfortran



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


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