From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16529 invoked by alias); 1 May 2004 23:46:03 -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 16522 invoked by uid 48); 1 May 2004 23:46:03 -0000 Date: Sat, 01 May 2004 23:46:00 -0000 Message-ID: <20040501234603.16520.qmail@sources.redhat.com> From: "gdr at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040426195354.15154.igodard@pacbell.net> References: <20040426195354.15154.igodard@pacbell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/15154] [3.3 Regression] Lib doesn't provide implementations for some bitset extensions X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg00079.txt.bz2 List-Id: ------- Additional Comments From gdr at gcc dot gnu dot org 2004-05-01 23:46 ------- (In reply to comment #4) > Interestingly, the definition of the incriminated members of > std::_Base_bitset<1> are supplied in libstdc++-v3/src/bitset.cc. > I don't understand why the linker is not finding it. It turns that, on i686-pc-linux-gnu at least, the compiler is emitting those definitions as if they were static file-scope functions, which clearly is wrong. > > -- Gaby > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15154