This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Anyone seen this one?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: jvdelisle at verizon dot net (Jerry DeLisle)
- Cc: fortran at gcc dot gnu dot org (Fortran List)
- Date: Mon, 28 Nov 2005 23:00:07 -0500 (EST)
- Subject: Re: Anyone seen this one?
>
> 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.
-- Pinski