Patch installed: fix typo in toplev.c:rest_of_type_compilation

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Wed Jun 4 16:16:00 GMT 2003


Discovered while running my (updated) target cross-compile farm.
Installed as obvious.


2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* toplev.c (rest_of_type_compilation): Fix typo.

diff -rup orig/egcc-CVS20030602/gcc/toplev.c egcc-CVS20030602/gcc/toplev.c
--- orig/egcc-CVS20030602/gcc/toplev.c	2003-06-02 07:43:12.000000000 -0400
+++ egcc-CVS20030602/gcc/toplev.c	2003-06-03 21:52:25.525732000 -0400
@@ -2391,7 +2391,7 @@ rest_of_type_compilation (
 			  int toplev
 #else
 			  tree type ATTRIBUTE_UNUSED,
-			  int toplev ATTRIBUTE_UNUSED,
+			  int toplev ATTRIBUTE_UNUSED
 #endif
 			  )
 {



More information about the Gcc-patches mailing list