https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #12 from GCC Commits ---
The releases/gcc-14 branch has been updated by Nathaniel Shead
:
https://gcc.gnu.org/g:1c3dee768a9f7aa384150e4e4a584d6aa1db5e97
commit r14-11125-g1c3dee768a9f7aa384150e4e4a584d6aa1db5e97
Author: Nathaniel S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #11 from Gerald Pfeifer ---
(In reply to Gerald Pfeifer from comment #8)
> Thank you, Nathaniel!
>
> Comparing a build from yesterday including my hack from comment #4
> https://gcc.gnu.org/pipermail/gcc-testresults/2024-December
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #9 from GCC Commits ---
The master branch has been updated by Nathaniel Shead :
https://gcc.gnu.org/g:84aa7065deec49bab9fb0b085cd0a0dcc42cc479
commit r15-6454-g84aa7065deec49bab9fb0b085cd0a0dcc42cc479
Author: Nathaniel Shead
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Nathaniel Shead changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #8 from Gerald Pfeifer ---
Thank you, Nathaniel!
Comparing a build from yesterday including my hack from comment #4
https://gcc.gnu.org/pipermail/gcc-testresults/2024-December/833400.html
with one from today with your proper patc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Nathaniel Shead changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |nshead at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #6 from Gerald Pfeifer ---
(In reply to Gerald Pfeifer from comment #4)
> Let me change gcc/cp/module.cc as follows
>
> -#ifndef HAVE_POSIX_FALLOCATE
>#define posix_fallocate(fd,off,len) ftruncate (fd, off + len)
> -#endif
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Nathaniel Shead changed:
What|Removed |Added
CC||boris at kolpackov dot net
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Gerald Pfeifer changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
Nathaniel Shead changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #2 from Nathaniel Shead ---
The backtrace seems to indicate failure happens in the memcpy here:
#if MAPPED_WRITING
/* HDR is always mapped. */
if (&buffer != &hdr)
{
bytes_out out (this);
grow (out, buffer.pos,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008
--- Comment #1 from Lorenzo Salvadore ---
I have (finally) started to look into this.
I can reproduce the issue on a FreeBSD 15 machine, but the errors are slightly
different. I have added a -v flag to get more information.
$ ~/GCC/local/usr/
12 matches
Mail list logo