This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran/14994] Fix - SECNDS Intrinsic not supported
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>, fortran at gcc dot gnu dot org
- Date: Sat, 29 Oct 2005 14:36:11 -0700
- Subject: Re: [Patch, fortran/14994] Fix - SECNDS Intrinsic not supported
- References: <20051029142741.B746E1DC06D@bromo.msbb.uc.edu> <4363E734.3010109@verizon.net>
On Sat, Oct 29, 2005 at 02:18:44PM -0700, Jerry DeLisle wrote:
> Jack Howarth wrote:
> >Steven,
> > Could you expand this patch to provide the old DATE and TIME
> > intrinsics
> >from g77 as well? I have been basically do the same thing (writing a
> >replacement wrappers using data_and_time) to duplicate the old DATE and
> >TIME
> >intrinsics for legacy g77 code.
> > Jack
> >
> If no one minds, I will add these two intrinsics.
>
Go for it! You could even wrapper date_and_time
with a Fortran 94 function instead of C. Your
choice.
--
Steve