[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris
ro at CeBiTec dot Uni-Bielefeld.DE
gcc-bugzilla@gcc.gnu.org
Mon Nov 21 18:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-11-21 17:30:21 UTC ---
> --- Comment #5 from Paolo Bonzini <bonzini at gnu dot org> 2011-11-21 17:25:20 UTC ---
> What's exactly the problem with gdb that requires disabling largefiles?
gdb (and only gdb AFAIK) uses procfs, and Solaris procfs doesn't support
a largefile environment, no idea why?
<sys/procfs.h> has
#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
#error "Cannot use procfs in the large file compilation environment"
#endif
Rainer
More information about the Gcc-bugs
mailing list