From 9c449f71f0033740bd6629a2e8e2898f58db7982 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..e8b0df32 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 428d8d7b0542338244ca41ac06a5f3fa4f29bb6d +Subproject commit e8b0df3247f3b915f50f2233c8170009e33cde84