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]

[gfortran] PATCH -- etime.c: check for sufficient space in array


Paul,

This patch checks that the array passed to etime() has 
sufficient space for the returned values.  It also removes
a redundant array rank check, which the front-end does.
I tried submitting this with gccbug, but it appears to have
gone to the bit bucket.


2004-06-13  Steven G. Kargl  <kargls@comcast.net>
      * etime.c (etime_sub): Remove array rank check;
        Add check for sufficient space.
        
-- 
Steve

Attachment: etime.c.diff
Description: Binary data


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