public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Benjamin Kosnik <bkoz@redhat.com>
To: Gabriel Dos Reis <gdr@codesourcery.com>
Cc: stephen.webb@bregmasoft.com, 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 13:11:00 -0000	[thread overview]
Message-ID: <Pine.SOL.3.91.1020305125913.5142A-100000@taarna.cygnus.com> (raw)
In-Reply-To: <fl1yeyu58q.fsf@jambon.cmla.ens-cachan.fr>


> 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.

Hmmm. I take issue with this.

I think the real, best solution would be to remove all these goofy global 
constants from the SGI STL, and put them in base classes where 
possible.......

If that's not always possible I suppose Gaby's suggestion is the 
next-best thing. It's annoying to me to see, for every header with

const int l = 5;

in it, this in every object file

00000000 r l

I know the GNU linker merges these, but still. Oh well.

-benjamin

  reply	other threads:[~2002-03-05 21:11 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
2002-03-05 13:11           ` Benjamin Kosnik [this message]
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=Pine.SOL.3.91.1020305125913.5142A-100000@taarna.cygnus.com \
    --to=bkoz@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=gdr@codesourcery.com \
    --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).