From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25221 invoked by alias); 5 Mar 2004 15:44:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25203 invoked by uid 48); 5 Mar 2004 15:44:45 -0000 Date: Fri, 05 Mar 2004 15:44:00 -0000 Message-ID: <20040305154445.25201.qmail@sources.redhat.com> From: "greed at pobox dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031212191310.13391.greed@pobox.com> References: <20031212191310.13391.greed@pobox.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/13391] AIX: collect2 emits bad code with duplicated symbols X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg00726.txt.bz2 List-Id: ------- Additional Comments From greed at pobox dot com 2004-03-05 15:44 ------- (In reply to comment #35) > After all this, this single line change is ALL that is required to fix the > exception problem. Yes, getting rid of the static members of libstdc++.a does the trick. (Using the contrived testcase in this bug.) > This patch is not necessary to fix the exception problem. > However it is an optimization on exported symbols and fixes the duplicate > _GLOBAL_* symbol linker warnings. ...which is a good thing all by itself. > Thank you very much for your help, David. I agree, thank you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13391