https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Gerald Pfeifer <gerald at pfeifer dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-12-19 Status|UNCONFIRMED |NEW --- Comment #4 from Gerald Pfeifer <gerald at pfeifer dot com> --- (In reply to Nathaniel Shead from comment #3) > Or possibly a dup of PR100358? The tree being tested and where the testsuite is invoked from indeed is mounted as: zroot/j/jails/ref13-amd64/scratch on /scratch (zfs, local, noatime, nfsv4acls) Let me change gcc/cp/module.cc as follows -#ifndef HAVE_POSIX_FALLOCATE #define posix_fallocate(fd,off,len) ftruncate (fd, off + len) -#endif for my nightly builder. (Setting to NEW since Lorenzo confirmed.)