aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-07 12:02:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-07 12:02:53 +0200
commit456e2179dcb10b7931ddc802469fc91d1fab6e84 (patch)
tree1443dae56d586464eecc1bbc0b9e3b6202cddacd
parent45da36b7728bbdd68a942ca67b658fe37168446d (diff)
Try to enable C++20 modules tests for MinGW GCC
-rw-r--r--tests/cc/modules/common.testscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript
index b383dc1..76c9145 100644
--- a/tests/cc/modules/common.testscript
+++ b/tests/cc/modules/common.testscript
@@ -48,9 +48,11 @@ EOI
print ($cxx.features.modules && $cxx.id == 'gcc')
EOI
-# @@ TMP: modules support is completely broken in MinGW GCC 11.x.
+# @@ TMP: modules support is broken in MinGW GCC (symexport).
#
+#\
if ($cxx.target.class == 'windows' && $cxx.id == 'gcc')
modules = false
headers = false
end
+#\