From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16387 invoked by alias); 17 May 2003 22:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16371 invoked by uid 71); 17 May 2003 22:46:01 -0000 Date: Sat, 17 May 2003 22:46:00 -0000 Message-ID: <20030517224601.16370.qmail@sources.redhat.com> To: paolo@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Paolo Carlini Subject: Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc Reply-To: Paolo Carlini X-SW-Source: 2003-05/txt/msg02005.txt.bz2 List-Id: The following reply was made to PR libstdc++/10809; it has been noted by GNATS. From: Paolo Carlini To: Eric Botcazou Cc: paolo@gcc.gnu.org, gcc-bugs@gcc.gnu.org, ghazi@caip.rutgers.edu, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org 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 by and each VERIFY by assert. Then build and step into that in_avail call.