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: Fixing 13433


On Mon, Feb 09, 2004 at 10:05:45PM +0000, Paul Brook wrote:
> 
> We already return string variables via an implicit parameter, so it should be 
> fairly easy to add an extra length parameter. The implementation should be 
> made compatible with g77.
> 
> I was initaly worried about the caller side of the implementation. I've since 
> re-read the f77 standard and the problematic cases are illegal.
> 

The problematic cases may be illegal with respect to the F77
standard, but does g77 deviate from the standard (i.e., is
there an extension we need to worry about?).


-- 
Steve


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