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: [PATCH] [COMMITTED] Fix cross compilers with 2.95.3



On Jan 16, 2004, at 17:55, Andrew Pinski wrote:
Index: typeck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/typeck.c,v
retrieving revision 1.59
diff -u -p -r1.59 typeck.c
--- typeck.c	16 Jan 2004 17:11:08 -0000	1.59
+++ typeck.c	17 Jan 2004 01:51:28 -0000
@@ -797,6 +797,7 @@ find_method_in_interfaces (tree searched
       tree child =
 	TREE_VEC_ELT (TYPE_BINFO_BASETYPES (searched_class), i);
       tree iclass = BINFO_TYPE (child);
+      tre method;
         ^ typo
This typo has been fixed, this typo only made it onto the 3.4 branch.


Thanks, Andrew Pinski


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