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: Anyone seen this one?


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


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