Re: [PATCH] c++/modules: Fallback to ftruncate if posix_fallocate fails [PR115008]

2025-01-03 Thread Nathaniel Shead
On Wed, Jan 01, 2025 at 06:11:07PM -0500, Jason Merrill wrote: > On 12/29/24 4:39 AM, Gerald Pfeifer wrote: > > On Sat, 28 Dec 2024, Jason Merrill wrote: > > > On 12/22/24 5:38 AM, Nathaniel Shead wrote: > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu, and also on > > > > x86_64-unknown-f

Re: [PATCH] c++/modules: Fallback to ftruncate if posix_fallocate fails [PR115008]

2025-01-01 Thread Jason Merrill
On 12/29/24 4:39 AM, Gerald Pfeifer wrote: On Sat, 28 Dec 2024, Jason Merrill wrote: On 12/22/24 5:38 AM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, and also on x86_64-unknown-freebsd13.3 by Gerald ([1], see also the discussion on the PR); OK for trunk? OK. Can

Re: [PATCH] c++/modules: Fallback to ftruncate if posix_fallocate fails [PR115008]

2024-12-29 Thread Gerald Pfeifer
On Sat, 28 Dec 2024, Jason Merrill wrote: > On 12/22/24 5:38 AM, Nathaniel Shead wrote: >> Bootstrapped and regtested on x86_64-pc-linux-gnu, and also on >> x86_64-unknown-freebsd13.3 by Gerald ([1], see also the discussion on >> the PR); OK for trunk? > OK. Can this also go on the GCC 14 branch w

Re: [PATCH] c++/modules: Fallback to ftruncate if posix_fallocate fails [PR115008]

2024-12-28 Thread Jason Merrill
On 12/22/24 5:38 AM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, and also on x86_64-unknown-freebsd13.3 by Gerald ([1], see also the discussion on the PR); OK for trunk? OK. [1]: https://gcc.gnu.org/pipermail/gcc-testresults/2024-December/833487.html -- >8 --

[PATCH] c++/modules: Fallback to ftruncate if posix_fallocate fails [PR115008]

2024-12-22 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, and also on x86_64-unknown-freebsd13.3 by Gerald ([1], see also the discussion on the PR); OK for trunk? [1]: https://gcc.gnu.org/pipermail/gcc-testresults/2024-December/833487.html -- >8 -- Depending on the libc and filesystem, in cases where