From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32351 invoked by alias); 31 May 2010 12:15:11 -0000 Received: (qmail 32168 invoked by uid 48); 31 May 2010 12:14:59 -0000 Date: Mon, 31 May 2010 12:15:00 -0000 Message-ID: <20100531121459.32167.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/44308] ranlib: file: libbackend In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jay dot krell at cornell dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg03327.txt.bz2 ------- 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