This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Anyone seen this one?
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Jerry DeLisle <jvdelisle at verizon dot net>, Fortran List <fortran at gcc dot gnu dot org>
- Date: Mon, 28 Nov 2005 21:03:19 -0800
- Subject: Re: Anyone seen this one?
- References: <438BD0B3.1040604@verizon.net> <200511290400.jAT4077n010654@earth.phy.uc.edu>
On Mon, Nov 28, 2005 at 11:00:07PM -0500, Andrew Pinski wrote:
> >
> > Hi all,
> >
> > Ran into this while testing some other stuff. This is cute!
> > Compiles fine with
> > the -std=f95 removed.
> >
> > $ gfc -std=f95 read_comma.f
>
> This is because abort is a non standard intrincs. there is a
> PR About this but it is unconfirmed because nobody knows the
> correct thing to do.
>
We can do the same thing that Tobi did with etime, which
I believe is a bad idea. He explicitly exports the symbol
etime_ outside of the _gfortran_ namespace. See the last
25 lines of intrinsics/etime.c.
--
Steve