From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32248 invoked by alias); 23 Dec 2008 07:28:39 -0000 Received: (qmail 32106 invoked by uid 48); 23 Dec 2008 07:27:13 -0000 Date: Tue, 23 Dec 2008 07:28:00 -0000 Subject: [Bug bootstrap/38607] New: AIX error messages about TOC during build X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tammer at tammer dot net" 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-12/txt/msg02098.txt.bz2 Hello, I just started my own build of 4.2.4. During stage3 I get the following errors: ld: 0711-768 WARNING: Object ../libsupc++/.libs/libsupc++convenience.a[eh_terminate.o], section 1, function .__cxxabiv1::__terminate(void (*)()): The branch at address 0x13c is not followed by a recognized no-op or TOC-reload instruction. The unrecognized instruction is 0x0. ld: 0711-768 WARNING: Object ../libsupc++/.libs/libsupc++convenience.a[eh_terminate.o], section 1, function .std::terminate(): The branch at address 0x194 is not followed by a recognized no-op or TOC-reload instruction. The unrecognized instruction is 0x0. see attached log... I found one interesting thing: The call (for .libs/libstdc++.so.6) which produced the error messaged ends in: ${wl}-berok Should this not be: -Wl,-berok ?? Bye Rainer Tammer P.S.: Please see the last updates in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547 -- Summary: AIX error messages about TOC during build Product: gcc Version: 4.2.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tammer at tammer dot net GCC build triplet: powerpc-ibm-aix5.3.0.0 GCC host triplet: powerpc-ibm-aix5.3.0.0 GCC target triplet: powerpc-ibm-aix5.3.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607