From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20437 invoked by alias); 13 Dec 2007 17:23:33 -0000 Received: (qmail 20385 invoked by alias); 13 Dec 2007 17:23:22 -0000 Date: Thu, 13 Dec 2007 17:23:00 -0000 Message-ID: <20071213172322.20384.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/34003] [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" 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: 2007-12/txt/msg01186.txt.bz2 ------- Comment #26 from dave at hiauly1 dot hia dot nrc dot ca 2007-12-13 17:23 ------- Subject: Re: [4.2/4.3 Regression] gcc 4.3.0 unable to bootstrap itself; Unsatisfied symbols: ggc_free > rtl.s has > .CALL ARGW0=GR > bl ggc_free,%r2 > nop > in VEC_rtx_gc_free, but no corresponding .IMPORT ggc_free, CODE > directive. Could you please also attach rtl.i and exact set of options which > were used to compile it, so that I can poke at it with a cross compiler? Lack of a .IMPORT for ggc_free will cause link errors. The linker default is "DATA". Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34003