From 438fdf4c5cf90993aca9f7be0280ddf0c298f42a Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Mon, 15 Sep 2025 03:49:55 +0200 Subject: nfx(C++ modules) improve stdmodule related tests --- tests/projects/c++/modules/test_stdmodules.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/projects/c++/modules/test_stdmodules.lua') diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua index c9062eb96..291494b38 100644 --- a/tests/projects/c++/modules/test_stdmodules.lua +++ b/tests/projects/c++/modules/test_stdmodules.lua @@ -6,6 +6,7 @@ MSVC_MIN_VER = "14.35" function main(_) local clang_options = {stdmodule = true, compiler = "clang", version = CLANG_MIN_VER} + local gcc_options = {stdmodule = true, compiler = "gcc", version = GCC_MIN_VER} -- latest mingw gcc 15.1 is broken -- error: F:/msys64/mingw64/include/c++/15.1.0/shared_mutex:105:3: error: 'int std::__glibcxx_rwlock_timedrdlock(pthread_rwlock_t*, const timespec*)' exposes TU-local entity 'int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const timespec*)' -- 105 | __glibcxx_rwlock_timedrdlock (pthread_rwlock_t *__rwlock, -- cgit v1.3.1