From 8a5cf57d8248c54dfc2330dc9e6cbb848a25ad08 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 24 Oct 2024 15:55:27 +0900 Subject: [PATCH] gcc: Pull in MinGW-w64 compatibility fix This commit pulls in the GCC patch that fixes compatibility with recent MinGW-w64 versions, which define a function named `abort()` in `IXMLDOMDocument` that conflicts with the `abort()` macro in `system.h`. For more details, refer to the GCC commit message. Signed-off-by: Stephanos Ioannidis --- gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc b/gcc index 428d8d7b..c771d00c 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 428d8d7b0542338244ca41ac06a5f3fa4f29bb6d +Subproject commit c771d00c5774a1bd45bc959f456b228f15c2ccbe