diff options
| author | Arthur LAURENT <[email protected]> | 2025-09-15 03:49:55 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-09-18 07:07:25 +0200 |
| commit | 438fdf4c5cf90993aca9f7be0280ddf0c298f42a (patch) | |
| tree | 2165550deccae8cabb77a885d308d8562b1aabad /tests/projects/c++/modules/test_stdmodules.lua | |
| parent | 2ec98bd08913bf172b27f642f3751dd12eb10825 (diff) | |
nfx(C++ modules) improve stdmodule related tests
Diffstat (limited to 'tests/projects/c++/modules/test_stdmodules.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_stdmodules.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
