This is the mail archive of the gcc-patches@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: FreeBSD bootstrap failure: include/stdio.h:311: parse error before`_BSD_DUMMY_VA_LIST_'


It appears that a patch that made it to the fixinc mainline was lost
during the ``Tue Oct 12 07:38:41 1999'' merge of the no_bogosity
branch.  Bruce Korb had asked me to test with that branch long before
the merge but I'm not sure I ever did.  Here is the patch that was
lost:

[With this patch, gcc/include/stdio.h is fixed the same as last week's
 snapshot on FreeBSD.  However, this week's bootstrap still fails
 later for independent reasons.]

Wed Oct 13 15:04:44 CDT 1999  Loren J. Rittle <ljrittle@acm.org>

	* fixinc/inclhack.def: Restore patch lost during last merge of
	  "no_bogosity" branch.
	* fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.

Index: gcc/fixinc/inclhack.def
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/inclhack.def,v
retrieving revision 1.36
diff -u -r1.36 inclhack.def
--- inclhack.def        1999/10/12 14:37:13     1.36
+++ inclhack.def        1999/10/13 21:35:58
@@ -1549,7 +1549,7 @@
 
   sed -e 's@ va_list @ __gnuc_va_list @' \\
       -e 's@ va_list)@ __gnuc_va_list)@' \\
-      -e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\
+      -e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\
       -e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\
       -e 's@ va_list@ __va_list__@' \\
       -e 's@\\*va_list@*__va_list__@' \\


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