This is the mail archive of the gcc@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: sparc-sun-solaris2.8 bootstrap failure


Hi Rainer,

Would you mind confirming that gcc bootstraps on sparc-sun-solaris2.8
with the patch below?

Kazu Hirata

Index: combine.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/combine.c,v
retrieving revision 1.369
diff -u -r1.369 combine.c
--- combine.c	13 Jul 2003 19:03:28 -0000	1.369
+++ combine.c	17 Jul 2003 02:39:15 -0000
@@ -11065,7 +11065,7 @@
 	      && GET_CODE (XEXP (op0, 0)) == NOT)
 	    {
 	      op0 = simplify_and_const_int
-		(op0, mode, XEXP (XEXP (op0, 0), 0), (HOST_WIDE_INT) 1);
+		(NULL_RTX, mode, XEXP (XEXP (op0, 0), 0), (HOST_WIDE_INT) 1);
 	      code = (code == NE ? EQ : NE);
 	      continue;
 	    }


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