Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc
Eric Botcazou <[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: Eric Botcazou <[email protected]> To: [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: 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<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