This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
- From: Richard Henderson <rth at redhat dot com>
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Cc: stephen dot webb at bregmasoft dot com, gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 5 Mar 2002 15:01:43 -0800
- Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
- References: <Pine.SOL.3.91.1020303235049.591A-100000@taarna.cygnus.com> <20020304135824823.AAA1048@ns2.goodmedia.com@there> <200203051947.UAA06990@mayo.cmla.ens-cachan.fr> <fl1yeyu58q.fsf@jambon.cmla.ens-cachan.fr>
On Tue, Mar 05, 2002 at 09:30:45PM +0100, Gabriel Dos Reis wrote:
> const int __WORD_BIT = int(CHAR_BIT*sizeof(unsigned int));
Err, unsigned int, not unsigned long?
r~