From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23009 invoked by alias); 23 Sep 2004 18:42:05 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22993 invoked from network); 23 Sep 2004 18:42:04 -0000 Received: from unknown (HELO rwcrmhc12.comcast.net) (216.148.227.85) by sourceware.org with SMTP; 23 Sep 2004 18:42:04 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc12) with ESMTP id <200409231842030140052rmne>; Thu, 23 Sep 2004 18:42:03 +0000 Received: by lucon.org (Postfix, from userid 1000) id BFC4263F4E; Thu, 23 Sep 2004 11:42:02 -0700 (PDT) Date: Thu, 23 Sep 2004 20:13:00 -0000 From: "H. J. Lu" To: Geert Bosch Cc: Mark Mitchell , Zdenek Dvorak , gcc mailing list Subject: Re: Build problem on ia64 (reverting patch on 3.4 branch) Message-ID: <20040923184202.GB4807@lucon.org> References: <20040922100014.GA6215@atrey.karlin.mff.cuni.cz> <20040922155147.GA12940@lucon.org> <2187C89A-0D8C-11D9-9684-000A959A128E@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2187C89A-0D8C-11D9-9684-000A959A128E@gnat.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg01352.txt.bz2 On Thu, Sep 23, 2004 at 02:12:29PM -0400, Geert Bosch wrote: > > On Sep 22, 2004, at 11:51, H. J. Lu wrote: > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464 > > Apparently, a similar failure occurs with Ada (make gnatlib_and_tools) > on the GCC 3.4 branch. In my opinion a patch that: > 1) requires updating the system linker, and > 2) has such a high potential for bootstrap/build problems Please try http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02413.html > should not go on a stable branch like the gcc-3_4-branch. If we have > so many problems building our own tools, likely people will run in > related issues on their own projects to. This is not a safe patch! > As far as I understand the new ABI, there should still be backward > compatibility, so there would be no pressing need for gcc-3_4 to > implement this new ABI. > > Because of the above concerns I'd like to request that this patch > be reverted on the 3.4 branch. The problem is nothing new. If you make the system libgcc_s.so.1 unavailable to the newly built gcc, many things will fail. See http://gcc.gnu.org/ml/gcc/2004-09/msg00209.html H.J.