This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 27_io/istream_extractor_arith.cc fixup
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: pcarlini at unitus dot it
- Date: Tue, 29 Jan 2002 19:26:33 -0600 (CST)
- Subject: Re: 27_io/istream_extractor_arith.cc fixup
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
- References: <200201291947.g0TJlR302024@fillmore.constant.com>
>> Hey can this patch:
>>
>> 2002-01-28 Paolo Carlini <pcarlini@unitus.it>
>>
>> * testsuite/27_io/ostream_inserter_arith.cc (test03):
>> Fix to deal correctly with both 32 bit and 64 bit architectures
>>
>> Be extended to
>>
>> 27_io/istream_extractor_arith.cc fixup
>>
>> To fix the fail shown here:
[...]
>> http://gcc.gnu.org/ml/gcc-testresults/2002-01/msg00509.html
I don't think the fix for 27_io/istream_extractor_arith.cc is in the
test case. It is still failing, at least HP and FreeBSD, due to
undetected overflow on double to float cast in a non-C99 code path.
Regards,
Loren