------- Comment #4 from jay dot krell at cornell dot edu  2010-05-31 12:14 
-------
Here is the fix for insn-peep.o (against 4.3, granted):

diff -u -r1.5 genpeep.c
--- gcc/gcc/genpeep.c   14 Apr 2008 12:48:21 -0000      1.5
+++ gcc/gcc/genpeep.c   31 May 2010 12:14:37 -0000
@@ -424,6 +424,7 @@

   printf ("rtx peep_operand[%d];\n", max_opno + 1);
   printf ("#endif\n");
+  printf ("\nchar quash_apple_randlib_warning_peephole;\n");

   fflush (stdout);
   return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44308

Reply via email to