This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: paolo at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org,ghazi at caip dot rutgers dot edu,mark at codesourcery dot com,nobody at gcc dot gnu dot org,gcc-gnats at gcc dot gnu dot org
- Date: Sat, 17 May 2003 15:59:48 +0200
- Subject: Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc
- References: <20030516172558.23772.qmail@sources.redhat.com>
> I would appreciate if you could report on inadequacies
> for your favorite platforms of the various system call
> used in __basic_file<char>::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