From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30747 invoked by alias); 22 Feb 2007 23:59:04 -0000 Received: (qmail 30567 invoked by uid 48); 22 Feb 2007 23:58:44 -0000 Date: Thu, 22 Feb 2007 23:59:00 -0000 Message-ID: <20070222235844.30566.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/30900] relocation R_X86_64_PC32 BUG In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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-02/txt/msg02622.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2007-02-22 23:58 ------- This is a bug in libstdc++ which was fixed in 4.2.0. But note the code uses "-fvisibility-inlines-hidden -fvisibility=hidden" without testing if the system library has been fixed. It only checks if those options work. *** This bug has been marked as a duplicate of 19664 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|c++ |libstdc++ Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30900