This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/10809: [3.3 regression] mips-sgi-irix6.5 libstdc++-v3 testsuite execution failure in 27_io/istream_unformatted.cc


>     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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]