This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 PATCH: numeric_limits<> support, fix PR/3865
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Graham Stott <graham dot stott at btinternet dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: 28 Aug 2002 07:10:15 +0200
- Subject: Re: V3 PATCH: numeric_limits<> support, fix PR/3865
- Organization: Integrable Solutions
- References: <m38z2sxcnk.fsf@soliton.integrable-solutions.net> <3D6C0942.2020706@btinternet.com>
Graham Stott <graham.stott@btinternet.com> writes:
| This patch causes problems building x86 cross v850-elf, and arm-elf toolchains
| which both fail with
|
| /usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:56: error: excess elements
| in aggregate initializer
| /usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:58: error: excess elements
| in aggregate initializer
| /usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:60: error: excess elements
| in aggregate initializer
| /usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:62: error: excess elements
| in aggregate initializer
This means that something is wrong with the long double size in byte
and in bits. Please could you tell me what they should be and what
are their current values? Thanks.
-- Gaby