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: CVS Problem: java/parse.c and java/parse-scan.c deleted


On Wed, 5 Sep 2001, John David Anglin wrote:
> After doing a gcc_update this morning for the main branch, I find that
> java/parse.c and java/parse-scan.c are empty files.  They probably have
> been inadvertantly deleted from the source.  I removed the files and did
> another gcc_update a few minutes ago.  The result was the same.
>
> Since gcc_update touches these files, they don't get rebuilt by make.
> This results in undefined symbols and a bootstrap failure.

Yeah, parse.c and parse-scan.c were cvs-removed, and now they're
touched back in existance by gcc_update.  As you noticed, it's
due to this change:

2001-09-04  David.Billinghurst <David.Billinghurst@riotinto.com>

	* gcc_update: (files_and_dependencies) Add gcc/java/parse.c
	gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
	touch.

Inspected or committed by people on the CC-line.  I reverted
that change locally, and things now work.

To the people in charge: Please consider reverting that change.
You may notice that no other .y is mentioned in gcc_update...
No cvs-deleted file should be listed in gcc_update.  Perhaps
there should be a list of files to *delete* when some files
change...

BTW, I don't see Richard Sandiford listed in MAINTAINERS.  An
accidental omission from the write-after-approval-list, I guess.

brgds, H-P


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