[Bug libstdc++/119724] New: Missing upstreamed fast float changes leading to broken aarch64-w64-mingw32 build

2025-04-11 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119724 Bug ID: 119724 Summary: Missing upstreamed fast float changes leading to broken aarch64-w64-mingw32 build Product: gcc Version: 15.0 Status: UNCONFIRMED Severi

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

2025-02-20 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 --- Comment #19 from Evgeny Karpov --- Thank you for your interest in aarch64-w64-mingw32. Cross-compilation from the x86_64-pc-msys host to the aarch64-w64-mingw32 target is already available. Work on a native toolchain is in progress. More in

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

2025-02-17 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 --- Comment #17 from Evgeny Karpov --- > 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? The current upstreamed aarch64-w64-mingw32 uses 605k tests and sho

[Bug target/115643] [15 regression] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64 since r15-1602-ged20feebd9ea31

2024-06-28 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115643 --- Comment #13 from Evgeny Karpov --- Could you please confirm that the patch resolves the issue?

[Bug bootstrap/115635] [15 regression] Bootstrap fails with failed self-test with the rust fe (diagnostic-path.cc:1153: test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ()))) since r15-159

2024-06-28 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115635 --- Comment #12 from Evgeny Karpov --- Could you please confirm that the patch resolves the issue?

[Bug target/115643] [15 regression] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64 since r15-1602-ged20feebd9ea31

2024-06-27 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115643 --- Comment #12 from Evgeny Karpov --- Thank you for reporting the issues and discussing the root causes. It helped in preparing the patch. The patch is under review. https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655807.html

[Bug bootstrap/115635] [15 regression] Bootstrap fails with failed self-test with the rust fe (diagnostic-path.cc:1153: test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ()))) since r15-159

2024-06-27 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115635 --- Comment #11 from Evgeny Karpov --- Thank you for reporting the issues and discussing the root causes. It helped in preparing the patch. The patch is under review. https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655807.html

[Bug target/115661] [15 Regression] wrong code at -O{2,3} on x86_64-linux-gnu since r15-1599-g63512c72df09b4

2024-06-27 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115661 --- Comment #8 from Evgeny Karpov --- Thank you for reporting the issues and discussing the root causes. It helped in preparing the patch. The patch is under review. https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655807.html

[Bug target/115643] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64

2024-06-26 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115643 --- Comment #9 from Evgeny Karpov --- Sure, it will be included in the patch.

[Bug target/115643] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64

2024-06-26 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115643 --- Comment #7 from Evgeny Karpov --- Thanks for pointing that out! The fix will be included in the patch that fixes the regression.

[Bug target/115661] [15 Regression] wrong code at -O{2,3} on x86_64-linux-gnu since r15-1599-g63512c72df09b4

2024-06-26 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115661 --- Comment #6 from Evgeny Karpov --- Sorry for the regression. I am working on the fix and will try to validate and submit it today.

[Bug bootstrap/115655] [15 Regression] bootstrap failure on legitimize_dllimport_symbol: declared 'static' but never defined [-Werror=unused-function]

2024-06-25 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115655 --- Comment #1 from Evgeny Karpov --- The patch containing the fix is under review. https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655663.html

[Bug target/115643] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64

2024-06-25 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115643 --- Comment #2 from Evgeny Karpov --- Thanks for reporting the issue. The patch series has been tested, and regression tests have been executed for x86_64-w64-mingw32. Could you please provide more details on which patch triggers the regression?

[Bug target/115302] aarch64-w64-mingw32: wrong value into BUILD_SYSTEM_HEADER_DIR

2024-06-07 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115302 Evgeny Karpov changed: What|Removed |Added CC||Evgeny.Karpov at microsoft dot com ---

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

2024-06-05 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108678 Evgeny Karpov changed: What|Removed |Added CC||Evgeny.Karpov at microsoft dot com ---

[Bug target/115083] undefined reference for aarch64-w64-mingw32 target

2024-06-05 Thread Evgeny.Karpov at microsoft dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083 Evgeny Karpov changed: What|Removed |Added CC||Evgeny.Karpov at microsoft dot com ---