This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Improved fix for ostream_inserter_arith.cc test03
Richard Henderson wrote:
> On Wed, Jan 30, 2002 at 11:14:16PM +0100, Paolo Carlini wrote:
> > I would like to learn more, actually, if you have even more spare time:
> > which platforms currently have CHAR_BIT != 8 ??
>
> $ grep 'define BITS_PER_UNIT' */*.h | grep -v 8
> 1750a/1750a.h:#define BITS_PER_UNIT 16
> c4x/c4x.h:#define BITS_PER_UNIT 32
> dsp16xx/dsp16xx.h:#define BITS_PER_UNIT 16
Thanks!!!
I wonder how well libstdc++-v3 is doing in general on them ;-)
Cheers,
Paolo.