This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS anomaly: gcc/f/intdoc.texi
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: CVS anomaly: gcc/f/intdoc.texi
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 15 Jul 1998 10:48:04 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.GSO.4.00.9807151242590.16276-100000@markab.dbai.tuwien.ac.atyou write:
> I swear I have never ever touched that file (gcc/f/intdoc.texi) in any
> way, let alone modified it, yet it started showing up as modified when
> I did my regular `cvs update`.
>
> What's going on here? This never happened to me before and I've now
> been using egcs-CVS for half a year...
>
> (I have not switched to the egcs-1.1 branch or anything similiar, if
> that matters.)
Note from the top of intdoc.texi:
@c This file is automatically derived from intdoc.c, intdoc.in,
@c ansify.c, intrin.def, and intrin.h. Edit those files instead.
It's handled much like the parser files -- it's generated, but in the
source tree. "make" may actually try to update it, which can lead
to these spurious differences.
It may be the case that intdoc.texi needs to be updated in the CVS
tree. I'll leave that to David & Craig to take care of if it needs
doing.
jeff