[Bug d/118495] Unable to build gdc (D compiler) for MinGW-w64

2025-01-15 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118495 --- Comment #3 from Brecht Sanders --- I was just trying to build GCC 12,13,14 with D+libphobos using GCC11. No success. GCC12: libtool: compile: /R/winlibs_gcc1564/gcc-12.4.0/build_mingw/./gcc/gdc -B/R/winlibs_gcc1564/gcc-12.4.0/build_min

[Bug target/108678] Windows on ARM64 platform target aarch64-w64-mingw32

2025-02-16 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 --- Comment #16 from Brecht Sanders --- What is the current status of GCC for aarch64-w64-mingw32 ? When can I expect a snapshot version of GCC 15 to build for this platform?

[Bug target/108678] Windows on ARM64 platform target aarch64-w64-mingw32

2025-02-19 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 --- Comment #18 from Brecht Sanders --- Thanks for you work on this. My goal is to eventually have native binutils+GCC on Windows ARM64. I tried using sources from: https://github.com/Windows-on-ARM-Experiments/binutils-woarm64 https://github.

[Bug d/104654] Errors in gthread.d when building against MinGW-w64 with --enable-threads=posix

2025-04-24 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104654 --- Comment #3 from Brecht Sanders --- What I think needs to be fixed is really libphobos/libdruntime/core/sys/posix/pthread.d It should also include version(MinGW) parts to define POSIX threads from MinGW-w64 when GCC is built with --enable-t

[Bug d/104654] Errors in gthread.d when building against MinGW-w64 with --enable-threads=posix

2025-04-24 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104654 --- Comment #2 from Brecht Sanders --- As GCC15 release is getting closer, I noticed the gthread.d is still not fixed. Can anybody with experience calling C from D fix gthread.d so it can find whet is defined in MinGW-w64's pthread.h?

<    1   2