This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Make check errors


> Date: Tue, 31 Aug 1999 09:43:22 -0700 (PDT)
> From: Jim McKelvey <mckelvey@bulldog.jpl.nasa.gov>
> To: craig@jcb-sc.com

> That patch DOES fix it! Thanx very much.

Ick.

> > >*** getcwd: Result too large
> > 
> > *** g77-e/libf2c/libU77/u77-test.f.~1~	Mon May  3 12:20:04 1999
> > --- g77-e/libf2c/libU77/u77-test.f	Mon Aug 30 20:41:02 1999
> > ***************
> > *** 59,63 ****
> >         logical l
> >         character gerr*80, c*1
> > !       character ctim*25, line*80, lognam*20, wd*100, line2*80, ddate*8,
> >        +     ttime*10, zone*5, ctim2*25
> >         integer fstatb (13), statb (13)
> > --- 59,63 ----
> >         logical l
> >         character gerr*80, c*1
> > !       character ctim*25, line*80, lognam*20, wd*1024, line2*80, ddate*8,
> >        +     ttime*10, zone*5, ctim2*25
> >         integer fstatb (13), statb (13)

Well, if your going to have code like this, I'd recommend at least 8K
for it, 1k is just way too small (as was 100).  The better way, is to
use the formula 6000+(year-1980)*100.  :-) It'll be right longer than
8k.


:-)


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