This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Fortran files missing
- To: manfred at s-direktnet dot de, Manfred dot Hollstein at ks dot sel dot alcatel dot de
- Subject: Re: Fortran files missing
- From: Ian Lance Taylor <ian at cygnus dot com>
- Date: Thu, 18 Jun 1998 11:36:34 -0400
- CC: egcs-bugs at cygnus dot com, burley at gnu dot org, law at cygnus dot com
Date: Thu, 18 Jun 1998 12:19:53 +0200 (MET DST)
From: Manfred Hollstein <manfred@s-direktnet.de>
I looked at egcs.cygnus.com in file /egcs/carton/cvsfiles/egcs/gcc/f/CVS/fileattr,
and it turns out that these three files are missing an ";_expand="?
$ hostname
egcs.cygnus.com
$ pwd
/egcs/carton/cvsfiles/egcs/gcc/f/CVS
$ grep -v _expand= fileattr
Foutput.j _head=1.1
Fsystem.j _head=1.1
Ftoplev.j _head=1.1
Could anybody who's familiar with CVS please take care of this?
This is an odd situation, and I don't know how it happened, but it
should not actually matter. If _expand is not found in fileattr, CVS
will just look in the file.
There may be some other problem with the files, of course. However, I
just tried checking out gcc/f, and the files were checked out as
usual, so I don't know what the problem might be.
Ian