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]
Other format: [Raw text]

Re: Queued patches applied


I've applied the following followup patch to fix problems with bootstrap 
with some Bison versions.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.7034
diff -u -r2.7034 ChangeLog
--- ChangeLog	5 Jan 2005 15:26:42 -0000	2.7034
+++ ChangeLog	5 Jan 2005 17:07:39 -0000
@@ -1,5 +1,9 @@
 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
 
+	* c-parse.in (asm_string): Add trailing semicolon.
+
+2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
+
 	* c-parse.in (asm_string): New.  Don't allow wide strings in
 	'asm'.
 	(simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
Index: c-parse.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-parse.in,v
retrieving revision 1.257
diff -u -r1.257 c-parse.in
--- c-parse.in	5 Jan 2005 15:27:17 -0000	1.257
+++ c-parse.in	5 Jan 2005 17:07:40 -0000
@@ -2431,6 +2431,7 @@
 		    }
 		  else
 		    $$ = $1; }
+	;
 
 stop_string_translation:
         { c_lex_string_translate = 0; }

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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