Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc
Paolo Carlini <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR libstdc++/10809; it has been noted by GNATS. From: Paolo Carlini <[email protected]> To: Eric Botcazou <[email protected]> Cc: [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc Date: Sun, 18 May 2003 00:44:03 +0200 Thanks Eric. Now, in order to make further progress, I have to ask you to debug a bit that call (*): perhaps 'ioctl' returns zero (success) but __num is unexpectedly zero too? Or is 'poll' to fail? Or, finally, 'fstat' behaves unexpectedly? Thanks in advance, Paolo. (*) Just copy the whole test file (together with the required 'istream_unformatted-1.tst') and replace <testsuite_hooks.h> by <cassert> and each VERIFY by assert. Then build and step into that in_avail call.