From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23766 invoked by alias); 28 May 2010 11:10:52 -0000 Received: (qmail 23725 invoked by uid 48); 28 May 2010 11:10:38 -0000 Date: Fri, 28 May 2010 11:10:00 -0000 Subject: [Bug c/44308] New: ranlib: file: libbackend X-Bugzilla-Reason: CC Message-ID: 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/msg03116.txt.bz2 There are a number of these unsightly warnings (not errors) building gcc on MacOSX: ranlib: file: libbackend.a(insn-peep.o) has no symbols ranlib: file: libbackend.a(graphite-blocking.o) has no symbols ranlib: file: libbackend.a(graphite-clast-to-gimple.o) has no symbols ranlib: file: libbackend.a(graphite-dependences.o) has no symbols ranlib: file: libbackend.a(graphite-interchange.o) has no symbols ranlib: file: libbackend.a(graphite-poly.o) has no symbols ranlib: file: libbackend.a(graphite-ppl.o) has no symbols ranlib: file: libbackend.a(graphite-scop-detection.o) has no symbols ranlib: file: libbackend.a(graphite-sese-to-poly.o) has no symbols ranlib: file: libbackend.a(loop-doloop.o) has no symbols ranlib: file: libbackend.a(vmsdbgout.o) has no symbols ranlib: file: libbackend.a(xcoffout.o) has no symbols What I've done is at the end of each of them is put: char quash_apple_ranlib_warning_foo; Where "foo" is chosen from the file's non-static symbols. I didn't see insn-peep.c, it is presumably generated, so I didn't fix it. -- Summary: ranlib: file: libbackend Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu GCC build triplet: ranlib: file: libbackend.a(xcoffout.o) has no symbols http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44308