This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Portability of idiom
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: bkoz at redhat dot com, rittle at labs dot mot dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 30 Jan 2002 13:57:04 -0600 (CST)
- Subject: Re: Portability of idiom
>> FAIL: 26_numerics/complex_inserters_extractors.cc execution test
>> FAIL: 27_io/istream_sentry.cc execution test
>Cool let's fix this up!
OK, I will present a patch later today which merely changes the check
of errno == 0 to be "errno not have any value set by called C
library function as spec'd in C90/C99".