[Bug middle-end/44308] ranlib: file: libbackend
jay dot krell at cornell dot edu
gcc-bugzilla@gcc.gnu.org
Mon May 31 12:15:00 GMT 2010
------- 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
More information about the Gcc-bugs
mailing list