From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21506 invoked by alias); 17 May 2003 14:06: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 21456 invoked by uid 71); 17 May 2003 14:06:00 -0000 Date: Sat, 17 May 2003 14:06:00 -0000 Message-ID: <20030517140600.21455.qmail@sources.redhat.com> To: paolo@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Eric Botcazou Subject: Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc Reply-To: Eric Botcazou X-SW-Source: 2003-05/txt/msg01994.txt.bz2 List-Id: The following reply was made to PR libstdc++/10809; it has been noted by GNATS. From: Eric Botcazou To: paolo@gcc.gnu.org Cc: gcc-bugs@gcc.gnu.org, ghazi@caip.rutgers.edu, mark@codesourcery.com, 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: Sat, 17 May 2003 15:59:48 +0200 > I would appreciate if you could report on inadequacies > for your favorite platforms of the various system call > used in __basic_file::showmanyc_helper > (in config/io/basic_file_stdio.cc). In particular: does > the autoconf test for 'fstat' succeed? If not, why? > Thanks for your collaboration, Paolo. Solaris 2.5.1: sunshine% cd sparc-sun-solaris2.5.1/libstdc++-v3 sunshine% grep "HAVE_SYS_IOCTL_H" *.h #define HAVE_SYS_IOCTL_H 1 sunshine% grep "HAVE_SYS_FILIO_H" *.h #define HAVE_SYS_FILIO_H 1 sunshine% grep "HAVE_POLL" *.h #define HAVE_POLL 1 sunshine% grep "HAVE_S_ISREG" *.h #define HAVE_S_ISREG 1 sunshine% grep "HAVE_S_IFREG" *.h /* #undef HAVE_S_IFREG */ Solaris 2.6: beeba% cd sparc-sun-solaris2.6/libstdc++-v3 beeba% grep "HAVE_SYS_IOCTL_H" *.h #define HAVE_SYS_IOCTL_H 1 beeba% grep "HAVE_SYS_FILIO_H" *.h #define HAVE_SYS_FILIO_H 1 beeba% grep "HAVE_POLL" *.h #define HAVE_POLL 1 beeba% grep "HAVE_S_ISREG" *.h #define HAVE_S_ISREG 1 beeba% grep "HAVE_S_IFREG" *.h /* #undef HAVE_S_IFREG */ -- Eric Botcazou