From: Gabriel Dos Reis <gdr@codesourcery.com>
To: stephen.webb@bregmasoft.com
Cc: gcc@gcc.gnu.org, libstdc++@gcc.gnu.org
Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
Date: Tue, 05 Mar 2002 12:31:00 -0000 [thread overview]
Message-ID: <fl1yeyu58q.fsf@jambon.cmla.ens-cachan.fr> (raw)
In-Reply-To: "Stephen M. Webb"'s message of "Tue, 5 Mar 2002 14:51:18 -0500"
"Stephen M. Webb" <stephen.webb@bregmasoft.com> writes:
[...]
| bv.o: In function `std::_Bit_iterator_base::_M_bump_up()':
| bv.o(.gnu.linkonce.t._ZNSt18_Bit_iterator_base10_M_bump_upEv+0x8):
| undefined reference to `std::__WORD_BIT'
Sigh. The right fix is to replace the declaration
extern const int __WORD_BIT;
in bits/stl_bvector.h with
const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int));
and ditch that line in src/stl-inst.cc.
Patch pre-approved.
Best,
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com
next prev parent reply other threads:[~2002-03-05 20:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-03 18:44 Peter Schmid
2002-03-03 20:45 ` Craig Rodrigues
2002-03-03 23:55 ` Benjamin Kosnik
2002-03-04 5:54 ` Stephen M.Webb
2002-03-04 9:13 ` Benjamin Kosnik
2002-03-05 11:47 ` Stephen M. Webb
[not found] ` <200203051947.UAA06990@mayo.cmla.ens-cachan.fr>
2002-03-05 12:31 ` Gabriel Dos Reis [this message]
2002-03-05 13:11 ` Benjamin Kosnik
2002-03-05 14:04 ` Gabriel Dos Reis
2002-03-05 14:09 ` Benjamin Kosnik
2002-03-05 15:03 ` Richard Henderson
2002-03-05 17:25 ` Benjamin Kosnik
2002-03-05 23:00 ` Gabriel Dos Reis
2002-03-06 13:26 ` Richard Henderson
2002-03-06 1:21 ` Gabriel Dos Reis
2002-03-06 13:30 ` Richard Henderson
2002-03-05 15:02 ` Richard Henderson
2002-03-05 22:56 ` Gabriel Dos Reis
2002-03-07 10:47 ` Peter Schmid
2002-03-07 23:24 ` Benjamin Kosnik
2002-03-04 18:25 ` Benjamin Kosnik
2002-03-04 21:10 ` Craig Rodrigues
2002-04-20 16:17 Peter Schmid
2002-05-05 17:29 Peter Schmid
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fl1yeyu58q.fsf@jambon.cmla.ens-cachan.fr \
--to=gdr@codesourcery.com \
--cc=gcc@gcc.gnu.org \
--cc=libstdc++@gcc.gnu.org \
--cc=stephen.webb@bregmasoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).