This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: To users of contrib/gcc_update...
- To: Neil Booth <neilb at earthling dot net>
- Subject: Re: To users of contrib/gcc_update...
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Thu, 7 Dec 2000 07:45:43 +0000 (GMT)
- cc: <gcc at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
On Thu, 7 Dec 2000, Neil Booth wrote:
> For a reason I don't understand, this is causing you to have an
> out-of-date tradcif.c in your directory. It hasn't been rebuilt from
> the up-to-date tradcif.y in the same directory.
>
> Please delete it and rebuild, and your assert_trad{1,2,3}.c failures
> will vanish...
>
> If anyone can fix contrib/gcc_update, that would be nice, too.
This patch removes the bogus touch of tradcif.c (not in the
repository), and for good measure that of java/parse.h (which is not a
generated file). OK to commit?
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/ChangeLog,v
retrieving revision 1.81
diff -u -r1.81 ChangeLog
--- ChangeLog 2000/12/05 22:12:42 1.81
+++ ChangeLog 2000/12/07 07:43:21
@@ -1,3 +1,7 @@
+2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gcc_update: Don't touch tradcif.c or java/parse.h.
+
2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
* texi2pod.pl: Restructure for comprehensibility, add
Index: gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.17
diff -u -r1.17 gcc_update
--- gcc_update 2000/11/22 13:11:44 1.17
+++ gcc_update 2000/12/07 07:43:21
@@ -66,10 +66,9 @@
gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h
gcc/config.in: gcc/cstamp-h.in
gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
-gcc/tradcif.c: gcc/tradcif.y
gcc/gcov.1: gcc/gcov.texi
# And then, language-specific files
-gcc/java/parse.h: gcc/java/parse.y
+# (None at present.)
# And libraries, at last
libchill/configure: libchill/configure.in
libf2c/configure: libf2c/configure.in
--
Joseph S. Myers
jsm28@cam.ac.uk