From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30114 invoked by alias); 12 Jun 2008 18:30:50 -0000 Received: (qmail 28784 invoked by uid 48); 12 Jun 2008 18:30:00 -0000 Date: Thu, 12 Jun 2008 18:30:00 -0000 Subject: [Bug bootstrap/36512] New: [4.3.0/4.3.1 regression] relocation overflow X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kate01123 at gmail dot com" 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: 2008-06/txt/msg00776.txt.bz2 Bootstrap compiler is # gcc -v Using built-in specs. Target: powerpc-apple-darwin8.11.0 Configured with: /usr/local/gcc-4.3.0/src/gcc-4.3.0/configure --enable-languages=c --with-gmp=/usr/local/gmp-4.2.2/G5-Darwin-gcc-4.2.3-abi32 --with-mpfr=/usr/local/mpfr-2.3.1/G5-Darwin-gmp-4.2.2-gcc-4.2.3-abi32 --prefix=/usr/local/gcc-4.3.0/G5-Darwin Thread model: posix gcc version 4.3.0 (GCC) # # env | grep LD LD_LIBRARY_PATH=/usr/local/gcc-4.3.0/G5-Darwin/lib:/usr/local/gmp-4.2.2/G5-Darwin-gcc-4.2.3-abi32/lib:/usr/local/mpfr-2.3.1/G5-Darwin-gmp-4.2.2-gcc-4.2.3-abi32/lib # # /usr/bin/ld -v Apple Computer, Inc. version cctools-622.9~2 During bootstrap of 4.3.1, get /usr/bin/ld: warning multiple definitions of symbol _locale_charset ./../intl/libintl.a(localcharset.o) definition of _locale_charset in section (__TEXT,__text) /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /usr/bin/ld: c-lang.o relocation overflow for relocation entry 221 in section (__TEXT,__text) (displacement too large) /usr/bin/ld: c-lang.o relocation overflow for relocation entry 241 in section (__TEXT,__text) (displacement too large) -- Summary: [4.3.0/4.3.1 regression] relocation overflow Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kate01123 at gmail dot com GCC build triplet: powerpc-apple-darwin8.11.0 GCC host triplet: powerpc-apple-darwin8.11.0 GCC target triplet: powerpc-apple-darwin8.11.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36512