[Bug c++/115008] ICE with modules on amd64-freebsd*

2025-01-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/115008] ICE with modules on amd64-freebsd*

2025-01-01 Thread gerald at pfeifer dot com via Gcc-bugs
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

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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:

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-28 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008 Nathaniel Shead changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-22 Thread gerald at pfeifer dot com via Gcc-bugs
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

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-21 Thread nshead at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-21 Thread gerald at pfeifer dot com via Gcc-bugs
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 >

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-19 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008 Nathaniel Shead changed: What|Removed |Added CC||boris at kolpackov dot net --- Commen

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-19 Thread gerald at pfeifer dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008 Gerald Pfeifer changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-18 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115008 Nathaniel Shead changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-17 Thread nshead at gcc dot gnu.org via Gcc-bugs
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,

[Bug c++/115008] ICE with modules on amd64-freebsd*

2024-12-17 Thread developer at lorenzosalvadore dot it via Gcc-bugs
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/