libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc
Eric Botcazou
ebotcazou@libertysurf.fr
Sat May 17 16:58:00 GMT 2003
> 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
More information about the Gcc-bugs
mailing list