Skip to main content

xPack GCC 15.2.0-1 test results

Msys Windows x86_64

Tests summary for gcc 15.2.0-1 on win32-x64 (Msys 3.6.4)

404 test cases passed, 0 skipped, 50 failed:

- xfail: atomic
- xfail: hello-weak1-c
- xfail: hello-weak2-cpp
- xfail: weak-use-c
- xfail: weak-duplicate-c
- xfail: unwind-weak-cpp
- xfail: gc-atomic
- xfail: gc-hello-weak1-c
- xfail: gc-hello-weak2-cpp
- xfail: gc-weak-use-c
- xfail: gc-weak-duplicate-c
- xfail: gc-unwind-weak-cpp
- xfail: lto-atomic
- xfail: lto-throwcatch-main
- xfail: lto-autoimport-main
- xfail: gc-lto-atomic
- xfail: gc-lto-throwcatch-main
- xfail: gc-lto-autoimport-main
- xfail: static-lib-atomic
- xfail: static-lib-hello-weak1-c
- xfail: static-lib-hello-weak2-cpp
- xfail: static-lib-weak-use-c
- xfail: static-lib-weak-duplicate-c
- xfail: static-lib-unwind-weak-cpp
- xfail: static-lib-gc-atomic
- xfail: static-lib-gc-hello-weak1-c
- xfail: static-lib-gc-hello-weak2-cpp
- xfail: static-lib-gc-weak-use-c
- xfail: static-lib-gc-weak-duplicate-c
- xfail: static-lib-gc-unwind-weak-cpp
- xfail: static-lib-lto-atomic
- xfail: static-lib-lto-throwcatch-main
- xfail: static-lib-lto-autoimport-main
- xfail: static-lib-gc-lto-atomic
- xfail: static-lib-gc-lto-throwcatch-main
- xfail: static-lib-gc-lto-autoimport-main
- xfail: static-atomic
- xfail: static-hello-weak1-c
- xfail: static-hello-weak2-cpp
- xfail: static-weak-use-c
- xfail: static-weak-duplicate-c
- xfail: static-unwind-weak-cpp
- xfail: static-gc-atomic
- xfail: static-gc-hello-weak1-c
- xfail: static-gc-hello-weak2-cpp
- xfail: static-gc-weak-use-c
- xfail: static-gc-weak-duplicate-c
- xfail: static-gc-unwind-weak-cpp
- xfail: static-lto-atomic
- xfail: static-gc-lto-atomic

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • bufferoverflow ✓
  • cnrt-test ✓
  • exception-locale ✓
  • exception-reduced ✓
  • gcc-binaries-start ✓
  • gcc-configuration ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-tls ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • idltest ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello-cout-one ✓
  • simple-hello-cout-two ✓
  • simple-hello-printf-one ✓
  • simple-hello-printf-two ✓
  • simple-int-exception ✓
  • simple-objc ✓
  • simple-str-exception ✓
  • sleepy-threads-cv ✓
  • tlstest-main ✓
  • unwind-strong-cpp ✓
  • weak-common ✓
  • weak-defined-c ✓
  • weak-override-c ✓
  • weak-undef-c ✓

Failed test atomic

  • atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o atomic.exe -Wno-format]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: atomic
  • gc-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-atomic.exe -Wno-format -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "gc-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: gc-atomic
  • lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o lto-atomic.exe -Wno-format -flto]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: lto-atomic
  • gc-lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-lto-atomic.exe -Wno-format -flto -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "gc-lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: gc-lto-atomic
  • static-lib-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-atomic.exe -Wno-format -static-libgcc -static-libstdc++]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-lib-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-atomic
  • static-lib-gc-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-atomic.exe -Wno-format -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-gc-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-lib-gc-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-gc-atomic
  • static-lib-lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-lto-atomic.exe -Wno-format -flto -static-libgcc -static-libstdc++]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-lib-lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-lto-atomic
  • static-lib-gc-lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-lto-atomic.exe -Wno-format -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-gc-lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-lib-gc-lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-gc-lto-atomic
  • static-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-atomic.exe -Wno-format -static]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-atomic
  • static-gc-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-atomic.exe -Wno-format -ffunction-sections -fdata-sections -Wl,--gc-sections -static]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-gc-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-gc-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-gc-atomic
  • static-lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lto-atomic.exe -Wno-format -flto -static]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lto-atomic
  • static-gc-lto-atomic ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-lto-atomic.exe -Wno-format -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-gc-lto-atomic.exe ]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.

    Test "static-gc-lto-atomic.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-gc-lto-atomic

Failed test autoimport-main

  • autoimport-main ✓
  • gc-autoimport-main ✓
  • lto-autoimport-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-lib.c -o autoimport-lib.dll -shared -Wl,--out-implib,libautoimport-lib.dll.a -flto]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-main.c -o lto-autoimport-main.exe -L. -lautoimport-lib -flto]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF6EDF9144A out of range, targeting 00007FFE32E412EC, yielding the value 0000000744EAFE9E.

    Test "lto-autoimport-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: lto-autoimport-main
  • gc-lto-autoimport-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-lib.c -o autoimport-lib.dll -shared -Wl,--out-implib,libautoimport-lib.dll.a -flto -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-main.c -o gc-lto-autoimport-main.exe -L. -lautoimport-lib -flto -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF6F81827AA out of range, targeting 00007FFE32E42290, yielding the value 000000073ACBFAE2.

    Test "gc-lto-autoimport-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: gc-lto-autoimport-main
  • static-lib-autoimport-main ✓
  • static-lib-gc-autoimport-main ✓
  • static-lib-lto-autoimport-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-lib.c -o autoimport-lib.dll -shared -Wl,--out-implib,libautoimport-lib.dll.a -flto -static-libgcc]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-main.c -o static-lib-lto-autoimport-main.exe -L. -lautoimport-lib -flto -static-libgcc]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF70C12144A out of range, targeting 00007FFE3F7512EC, yielding the value 000000073362FE9E.

    Test "static-lib-lto-autoimport-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-lto-autoimport-main
  • static-lib-gc-lto-autoimport-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-lib.c -o autoimport-lib.dll -shared -Wl,--out-implib,libautoimport-lib.dll.a -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc autoimport-main.c -o static-lib-gc-lto-autoimport-main.exe -L. -lautoimport-lib -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-gc-lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF6FED127AA out of range, targeting 00007FFE32E42290, yielding the value 000000073412FAE2.

    Test "static-lib-gc-lto-autoimport-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-gc-lto-autoimport-main

Failed test hello-weak1-c

  • hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o hello-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o hello-f-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc hello-weak1.c.o hello-f-weak1.c.o -o hello-weak1-c.exe -lm]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: hello-weak1.c.o:hello-weak1.c:(.text+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: hello-weak1-c
  • gc-hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o gc-hello-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o gc-hello-f-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc gc-hello-weak1.c.o gc-hello-f-weak1.c.o -o gc-hello-weak1-c.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-hello-weak1.c.o:hello-weak1.c:(.text$main+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: gc-hello-weak1-c
  • lto-hello-weak1-c ✓
  • gc-lto-hello-weak1-c ✓
  • static-lib-hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o static-lib-hello-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o static-lib-hello-f-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-hello-weak1.c.o static-lib-hello-f-weak1.c.o -o static-lib-hello-weak1-c.exe -lm -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-hello-weak1.c.o:hello-weak1.c:(.text+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-hello-weak1-c
  • static-lib-gc-hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o static-lib-gc-hello-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o static-lib-gc-hello-f-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-gc-hello-weak1.c.o static-lib-gc-hello-f-weak1.c.o -o static-lib-gc-hello-weak1-c.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-hello-weak1.c.o:hello-weak1.c:(.text$main+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-gc-hello-weak1-c
  • static-lib-lto-hello-weak1-c ✓
  • static-lib-gc-lto-hello-weak1-c ✓
  • static-hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o static-hello-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o static-hello-f-weak1.c.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-hello-weak1.c.o static-hello-f-weak1.c.o -o static-hello-weak1-c.exe -lm -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-hello-weak1.c.o:hello-weak1.c:(.text+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-hello-weak1-c
  • static-gc-hello-weak1-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o static-gc-hello-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-f-weak1.c -o static-gc-hello-f-weak1.c.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-gc-hello-weak1.c.o static-gc-hello-f-weak1.c.o -o static-gc-hello-weak1-c.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-hello-weak1.c.o:hello-weak1.c:(.text$main+0x15): undefined reference to `world'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-gc-hello-weak1-c
  • static-lto-hello-weak1-c ✓
  • static-gc-lto-hello-weak1-c ✓

Failed test hello-weak2-cpp

  • hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o hello-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o hello-f-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ hello-weak2.cpp.o hello-f-weak2.cpp.o -o hello-weak2-cpp.exe -lm]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: hello-weak2.cpp.o:hello-weak2.cp:(.text+0x25): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: hello-weak2-cpp
  • gc-hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o gc-hello-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o gc-hello-f-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ gc-hello-weak2.cpp.o gc-hello-f-weak2.cpp.o -o gc-hello-weak2-cpp.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-hello-weak2.cpp.o:hello-weak2.cp:(.text$main+0x18): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: gc-hello-weak2-cpp
  • lto-hello-weak2-cpp ✓
  • gc-lto-hello-weak2-cpp ✓
  • static-lib-hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o static-lib-hello-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o static-lib-hello-f-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-lib-hello-weak2.cpp.o static-lib-hello-f-weak2.cpp.o -o static-lib-hello-weak2-cpp.exe -lm -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-hello-weak2.cpp.o:hello-weak2.cp:(.text+0x25): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-hello-weak2-cpp
  • static-lib-gc-hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o static-lib-gc-hello-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o static-lib-gc-hello-f-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-lib-gc-hello-weak2.cpp.o static-lib-gc-hello-f-weak2.cpp.o -o static-lib-gc-hello-weak2-cpp.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-hello-weak2.cpp.o:hello-weak2.cp:(.text$main+0x18): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-gc-hello-weak2-cpp
  • static-lib-lto-hello-weak2-cpp ✓
  • static-lib-gc-lto-hello-weak2-cpp ✓
  • static-hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o static-hello-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o static-hello-f-weak2.cpp.o]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-hello-weak2.cpp.o static-hello-f-weak2.cpp.o -o static-hello-weak2-cpp.exe -lm -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-hello-weak2.cpp.o:hello-weak2.cp:(.text+0x25): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-hello-weak2-cpp
  • static-gc-hello-weak2-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o static-gc-hello-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-f-weak2.cpp -o static-gc-hello-f-weak2.cpp.o -ffunction-sections -fdata-sections]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-gc-hello-weak2.cpp.o static-gc-hello-f-weak2.cpp.o -o static-gc-hello-weak2-cpp.exe -lm -ffunction-sections -fdata-sections -Wl,--gc-sections -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-hello-weak2.cpp.o:hello-weak2.cp:(.text$main+0x18): undefined reference to `hello()'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-gc-hello-weak2-cpp
  • static-lto-hello-weak2-cpp ✓
  • static-gc-lto-hello-weak2-cpp ✓

Failed test throwcatch-main

  • throwcatch-main ✓
  • gc-throwcatch-main ✓
  • lto-throwcatch-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-lib.cpp -shared -o throwcatch-lib.dll -Wl,--out-implib,libthrowcatch-lib.dll.a -flto -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-main.cpp -o lto-throwcatch-main.exe -L. -lthrowcatch-lib -flto -Wl,--allow-multiple-definition -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF7FB831464 out of range, targeting 00007FFE32E415CF, yielding the value 0000000637610167.

    Test "lto-throwcatch-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: lto-throwcatch-main
  • gc-lto-throwcatch-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-lib.cpp -shared -o throwcatch-lib.dll -Wl,--out-implib,libthrowcatch-lib.dll.a -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-main.cpp -o gc-lto-throwcatch-main.exe -L. -lthrowcatch-lib -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--allow-multiple-definition -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF7425F81A4 out of range, targeting 00007FFE32E47C70, yielding the value 00000006F084FAC8.

    Test "gc-lto-throwcatch-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: gc-lto-throwcatch-main
  • static-lib-throwcatch-main ✓
  • static-lib-gc-throwcatch-main ✓
  • static-lib-lto-throwcatch-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-lib.cpp -shared -o throwcatch-lib.dll -Wl,--out-implib,libthrowcatch-lib.dll.a -flto -static-libgcc -static-libstdc++ -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-main.cpp -o static-lib-lto-throwcatch-main.exe -L. -lthrowcatch-lib -flto -static-libgcc -static-libstdc++ -Wl,--allow-multiple-definition -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF606F81464 out of range, targeting 00007FFE2EAC15CF, yielding the value 0000000827B40167.

    Test "static-lib-lto-throwcatch-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-lto-throwcatch-main
  • static-lib-gc-lto-throwcatch-main ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-lib.cpp -shared -o throwcatch-lib.dll -Wl,--out-implib,libthrowcatch-lib.dll.a -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ throwcatch-main.cpp -o static-lib-gc-lto-throwcatch-main.exe -L. -lthrowcatch-lib -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -Wl,--allow-multiple-definition -std=c++11]

    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/static-lib-gc-lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF770C16E84 out of range, targeting 00007FFE2EAC8420, yielding the value 00000006BDEB1598.

    Test "static-lib-gc-lto-throwcatch-main.exe " failed, got exit code: 127, expected 0 :-(

    xfail: static-lib-gc-lto-throwcatch-main

Failed test unwind-weak-cpp

  • unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ unwind-weak.cpp.o unwind-main.cpp.o -o unwind-weak-cpp.exe]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unwind-main.cpp.o:unwind-main.cp:(.text+0x4e): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: unwind-weak-cpp
  • gc-unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ gc-unwind-weak.cpp.o gc-unwind-main.cpp.o -o gc-unwind-weak-cpp.exe -ffunction-sections -fdata-sections -Wl,--gc-sections]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-unwind-main.cpp.o:unwind-main.cp:(.text$main+0x1c): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: gc-unwind-weak-cpp
  • lto-unwind-weak-cpp ✓
  • gc-lto-unwind-weak-cpp ✓
  • static-lib-unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-lib-unwind-weak.cpp.o static-lib-unwind-main.cpp.o -o static-lib-unwind-weak-cpp.exe -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-unwind-main.cpp.o:unwind-main.cp:(.text+0x4e): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-unwind-weak-cpp
  • static-lib-gc-unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-lib-gc-unwind-weak.cpp.o static-lib-gc-unwind-main.cpp.o -o static-lib-gc-unwind-weak-cpp.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-unwind-main.cpp.o:unwind-main.cp:(.text$main+0x1c): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-gc-unwind-weak-cpp
  • static-lib-lto-unwind-weak-cpp ✓
  • static-lib-gc-lto-unwind-weak-cpp ✓
  • static-unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-unwind-weak.cpp.o static-unwind-main.cpp.o -o static-unwind-weak-cpp.exe -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-unwind-main.cpp.o:unwind-main.cp:(.text+0x4e): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-unwind-weak-cpp
  • static-gc-unwind-weak-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ static-gc-unwind-weak.cpp.o static-gc-unwind-main.cpp.o -o static-gc-unwind-weak-cpp.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-unwind-main.cpp.o:unwind-main.cp:(.text$main+0x1c): undefined reference to `step1'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-gc-unwind-weak-cpp
  • static-lto-unwind-weak-cpp ✓
  • static-gc-lto-unwind-weak-cpp ✓

Failed test weak-duplicate-c

  • weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3-add1-weak.c.o -o weak-duplicate-c.exe]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: weak-duplicate-c
  • gc-weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc gc-main.c.o gc-add1-weak-dummy-chained.c.o gc-expected3-add1-weak.c.o -o gc-weak-duplicate-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: gc-weak-duplicate-c
  • lto-weak-duplicate-c ✓
  • gc-lto-weak-duplicate-c ✓
  • static-lib-weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-main.c.o static-lib-add1-weak-dummy-chained.c.o static-lib-expected3-add1-weak.c.o -o static-lib-weak-duplicate-c.exe -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-weak-duplicate-c
  • static-lib-gc-weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-gc-main.c.o static-lib-gc-add1-weak-dummy-chained.c.o static-lib-gc-expected3-add1-weak.c.o -o static-lib-gc-weak-duplicate-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-gc-weak-duplicate-c
  • static-lib-lto-weak-duplicate-c ✓
  • static-lib-gc-lto-weak-duplicate-c ✓
  • static-weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-main.c.o static-add1-weak-dummy-chained.c.o static-expected3-add1-weak.c.o -o static-weak-duplicate-c.exe -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-weak-duplicate-c
  • static-gc-weak-duplicate-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-gc-main.c.o static-gc-add1-weak-dummy-chained.c.o static-gc-expected3-add1-weak.c.o -o static-gc-weak-duplicate-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-gc-weak-duplicate-c
  • static-lto-weak-duplicate-c ✓
  • static-gc-lto-weak-duplicate-c ✓

Failed test weak-use-c

  • weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3.c.o -o weak-use-c.exe]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: weak-use-c
  • gc-weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc gc-main.c.o gc-add1-weak-dummy-chained.c.o gc-expected3.c.o -o gc-weak-use-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: gc-weak-use-c
  • lto-weak-use-c ✓
  • gc-lto-weak-use-c ✓
  • static-lib-weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-main.c.o static-lib-add1-weak-dummy-chained.c.o static-lib-expected3.c.o -o static-lib-weak-use-c.exe -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-weak-use-c
  • static-lib-gc-weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-lib-gc-main.c.o static-lib-gc-add1-weak-dummy-chained.c.o static-lib-gc-expected3.c.o -o static-lib-gc-weak-use-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-lib-gc-weak-use-c
  • static-lib-lto-weak-use-c ✓
  • static-lib-gc-lto-weak-use-c ✓
  • static-weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-main.c.o static-add1-weak-dummy-chained.c.o static-expected3.c.o -o static-weak-use-c.exe -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-main.c.o:main.c:(.text+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text+0x25): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-weak-use-c
  • static-gc-weak-use-c ✗
    [/d/a/gcc-xpack/gcc-xpack/build-assets/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc static-gc-main.c.o static-gc-add1-weak-dummy-chained.c.o static-gc-expected3.c.o -o static-gc-weak-use-c.exe -ffunction-sections -fdata-sections -Wl,--gc-sections -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-add1-weak-dummy-chained.c.o:add1-weak-dummy-chained.c:(.text$dummy+0x9): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    collect2.exe: error: ld returned 1 exit status

    xfail: static-gc-weak-use-c
  • static-lto-weak-use-c ✓
  • static-gc-lto-weak-use-c ✓

Debian Linux x86_64

Tests summary for gcc 15.2.0-1 on linux-x64 (Debian 12)

768 test cases passed, 0 skipped, 32 failed:

- xfail: atomic-32
- xfail: gc-atomic-32
- xfail: lto-atomic-32
- xfail: gc-lto-atomic-32
- xfail: static-lib-atomic-32
- xfail: static-lib-gc-atomic-32
- xfail: static-lib-lto-atomic-32
- xfail: static-lib-gc-lto-atomic-32
- xfail: static-sleepy-threads-cv-32
- xfail: static-atomic-32
- xfail: static-gc-sleepy-threads-cv-32
- xfail: static-gc-atomic-32
- xfail: static-lto-sleepy-threads-cv-32
- xfail: static-lto-atomic-32
- xfail: static-gc-lto-sleepy-threads-cv-32
- xfail: static-gc-lto-atomic-32
- xfail: atomic-64
- xfail: gc-atomic-64
- xfail: lto-atomic-64
- xfail: gc-lto-atomic-64
- xfail: static-lib-atomic-64
- xfail: static-lib-gc-atomic-64
- xfail: static-lib-lto-atomic-64
- xfail: static-lib-gc-lto-atomic-64
- xfail: static-sleepy-threads-cv-64
- xfail: static-atomic-64
- xfail: static-gc-sleepy-threads-cv-64
- xfail: static-gc-atomic-64
- xfail: static-lto-sleepy-threads-cv-64
- xfail: static-lto-atomic-64
- xfail: static-gc-lto-sleepy-threads-cv-64
- xfail: static-gc-lto-atomic-64

Verdict: tests reluctantly accepted

Successful tests

  • adder ✓
  • adder-shared ✓
  • cnrt-test ✓
  • concurrent-f ✓
  • exception-locale ✓
  • exception-reduced ✓
  • gcc-binaries-start ✓
  • gcc-configuration ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • probe1 ✓
  • probe2 ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello-cout-one ✓
  • simple-hello-cout-two ✓
  • simple-hello-printf-one ✓
  • simple-hello-printf-two ✓
  • simple-int-exception ✓
  • simple-objc ✓
  • simple-str-exception ✓
  • throwcatch-main ✓
  • unwind-strong-cpp ✓
  • unwind-weak-cpp ✓
  • weak-common ✓
  • weak-defined-c ✓
  • weak-duplicate-c ✓
  • weak-override-c ✓
  • weak-undef-c ✓
  • weak-use-c ✓

Failed test atomic

  • atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o atomic-32 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 6641 Aborted (core dumped) "${app_path}" "$@"

    Test "atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: atomic-32
  • gc-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-atomic-32 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -ffunction-sections -fdata-sections -Wl,--gc-sections -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/gc-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 7780 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: gc-atomic-32
  • lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o lto-atomic-32 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -flto -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 8991 Aborted (core dumped) "${app_path}" "$@"

    Test "lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: lto-atomic-32
  • gc-lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-lto-atomic-32 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib32 -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/gc-lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 10340 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: gc-lto-atomic-32
  • static-lib-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-atomic-32 -Wno-format -latomic -static-libgcc -static-libstdc++ -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 11686 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-atomic-32
  • static-lib-gc-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-atomic-32 -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-gc-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 12826 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-atomic-32
  • static-lib-lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-lto-atomic-32 -Wno-format -latomic -flto -static-libgcc -static-libstdc++ -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 14038 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-lto-atomic-32
  • static-lib-gc-lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-lto-atomic-32 -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-gc-lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 15388 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-lto-atomic-32
  • static-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-atomic-32 -Wno-format -latomic -static -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 16596 Aborted (core dumped) "${app_path}" "$@"

    Test "static-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-atomic-32
  • static-gc-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-atomic-32 -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 17630 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-atomic-32
  • static-lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lto-atomic-32 -Wno-format -latomic -flto -static -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 18718 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lto-atomic-32
  • static-gc-lto-atomic-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-lto-atomic-32 -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m32]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-lto-atomic-32 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 19932 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-lto-atomic-32 " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-lto-atomic-32
  • atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o atomic-64 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 21176 Aborted (core dumped) "${app_path}" "$@"

    Test "atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: atomic-64
  • gc-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-atomic-64 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -ffunction-sections -fdata-sections -Wl,--gc-sections -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/gc-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 22315 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: gc-atomic-64
  • lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o lto-atomic-64 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -flto -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 23526 Aborted (core dumped) "${app_path}" "$@"

    Test "lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: lto-atomic-64
  • gc-lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-lto-atomic-64 -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/gc-lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 24875 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: gc-lto-atomic-64
  • static-lib-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-atomic-64 -Wno-format -latomic -static-libgcc -static-libstdc++ -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 26221 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-atomic-64
  • static-lib-gc-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-atomic-64 -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-gc-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 27361 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-atomic-64
  • static-lib-lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-lto-atomic-64 -Wno-format -latomic -flto -static-libgcc -static-libstdc++ -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 28573 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-lto-atomic-64
  • static-lib-gc-lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-lto-atomic-64 -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++ -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lib-gc-lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 29923 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-lto-atomic-64
  • static-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-atomic-64 -Wno-format -latomic -static -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 31131 Aborted (core dumped) "${app_path}" "$@"

    Test "static-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-atomic-64
  • static-gc-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-atomic-64 -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 32165 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-atomic-64
  • static-lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lto-atomic-64 -Wno-format -latomic -flto -static -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 33253 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-lto-atomic-64
  • static-gc-lto-atomic-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-lto-atomic-64 -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m64]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-lto-atomic-64 ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 34467 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-lto-atomic-64 " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-lto-atomic-64

Failed test sleepy-threads-cv

  • sleepy-threads-cv-32 ✓
  • gc-sleepy-threads-cv-32 ✓
  • lto-sleepy-threads-cv-32 ✓
  • gc-lto-sleepy-threads-cv-32 ✓
  • static-lib-sleepy-threads-cv-32 ✓
  • static-lib-gc-sleepy-threads-cv-32 ✓
  • static-lib-lto-sleepy-threads-cv-32 ✓
  • static-lib-gc-lto-sleepy-threads-cv-32 ✓
  • static-sleepy-threads-cv-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-sleepy-threads-cv-32 -static -m32 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-sleepy-threads-cv-32 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-sleepy-threads-cv-32 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-sleepy-threads-cv-32
  • static-gc-sleepy-threads-cv-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-sleepy-threads-cv-32 -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m32 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-sleepy-threads-cv-32 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-sleepy-threads-cv-32 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-sleepy-threads-cv-32
  • static-lto-sleepy-threads-cv-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-lto-sleepy-threads-cv-32 -flto -static -m32 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lto-sleepy-threads-cv-32 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-lto-sleepy-threads-cv-32 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-lto-sleepy-threads-cv-32
  • static-gc-lto-sleepy-threads-cv-32 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-lto-sleepy-threads-cv-32 -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m32 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-lto-sleepy-threads-cv-32 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-lto-sleepy-threads-cv-32 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-lto-sleepy-threads-cv-32
  • sleepy-threads-cv-64 ✓
  • gc-sleepy-threads-cv-64 ✓
  • lto-sleepy-threads-cv-64 ✓
  • gc-lto-sleepy-threads-cv-64 ✓
  • static-lib-sleepy-threads-cv-64 ✓
  • static-lib-gc-sleepy-threads-cv-64 ✓
  • static-lib-lto-sleepy-threads-cv-64 ✓
  • static-lib-gc-lto-sleepy-threads-cv-64 ✓
  • static-sleepy-threads-cv-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-sleepy-threads-cv-64 -static -m64 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-sleepy-threads-cv-64 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-sleepy-threads-cv-64 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-sleepy-threads-cv-64
  • static-gc-sleepy-threads-cv-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-sleepy-threads-cv-64 -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m64 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-sleepy-threads-cv-64 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-sleepy-threads-cv-64 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-sleepy-threads-cv-64
  • static-lto-sleepy-threads-cv-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-lto-sleepy-threads-cv-64 -flto -static -m64 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-lto-sleepy-threads-cv-64 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-lto-sleepy-threads-cv-64 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-lto-sleepy-threads-cv-64
  • static-gc-lto-sleepy-threads-cv-64 ✗
    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-lto-sleepy-threads-cv-64 -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static -m64 -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-x64/x86_64-pc-linux-gnu/tests/gcc/c-cpp/static-gc-lto-sleepy-threads-cv-64 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-lto-sleepy-threads-cv-64 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-lto-sleepy-threads-cv-64

Debian Linux aarch64

Tests summary for gcc 15.2.0-1 on linux-arm64 (Debian 12)

386 test cases passed, 0 skipped, 16 failed:

- xfail: atomic
- xfail: gc-atomic
- xfail: lto-atomic
- xfail: gc-lto-atomic
- xfail: static-lib-atomic
- xfail: static-lib-gc-atomic
- xfail: static-lib-lto-atomic
- xfail: static-lib-gc-lto-atomic
- xfail: static-sleepy-threads-cv
- xfail: static-atomic
- xfail: static-gc-sleepy-threads-cv
- xfail: static-gc-atomic
- xfail: static-lto-sleepy-threads-cv
- xfail: static-lto-atomic
- xfail: static-gc-lto-sleepy-threads-cv
- xfail: static-gc-lto-atomic

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • cnrt-test ✓
  • concurrent-f ✓
  • exception-locale ✓
  • exception-reduced ✓
  • gcc-binaries-start ✓
  • gcc-configuration ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • probe1 ✓
  • probe2 ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello-cout-one ✓
  • simple-hello-cout-two ✓
  • simple-hello-printf-one ✓
  • simple-hello-printf-two ✓
  • simple-int-exception ✓
  • simple-objc ✓
  • simple-str-exception ✓
  • throwcatch-main ✓
  • unwind-strong-cpp ✓
  • unwind-weak-cpp ✓
  • weak-common ✓
  • weak-defined-c ✓
  • weak-duplicate-c ✓
  • weak-override-c ✓
  • weak-undef-c ✓
  • weak-use-c ✓

Failed test atomic

  • atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o atomic -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 6230 Aborted (core dumped) "${app_path}" "$@"

    Test "atomic " failed, got exit code: 134, expected 0 :-(

    xfail: atomic
  • gc-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-atomic -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/gc-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 7325 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: gc-atomic
  • lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o lto-atomic -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -flto]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 8492 Aborted (core dumped) "${app_path}" "$@"

    Test "lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: lto-atomic
  • gc-lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o gc-lto-atomic -Wno-format -latomic -Wl,-rpath-link,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -Wl,-rpath,/github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/lib64 -flto -ffunction-sections -fdata-sections -Wl,--gc-sections]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/gc-lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 9797 Aborted (core dumped) "${app_path}" "$@"

    Test "gc-lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: gc-lto-atomic
  • static-lib-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-atomic -Wno-format -latomic -static-libgcc -static-libstdc++]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lib-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 11099 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-atomic
  • static-lib-gc-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-atomic -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lib-gc-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 12195 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-atomic
  • static-lib-lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-lto-atomic -Wno-format -latomic -flto -static-libgcc -static-libstdc++]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lib-lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 13363 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-lto-atomic
  • static-lib-gc-lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lib-gc-lto-atomic -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libgcc -static-libstdc++]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lib-gc-lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 14669 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lib-gc-lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-lib-gc-lto-atomic
  • static-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-atomic -Wno-format -latomic -static]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 15817 Aborted (core dumped) "${app_path}" "$@"

    Test "static-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-atomic
  • static-gc-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-atomic -Wno-format -latomic -ffunction-sections -fdata-sections -Wl,--gc-sections -static]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-gc-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 16791 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-atomic
  • static-lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-lto-atomic -Wno-format -latomic -flto -static]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 17819 Aborted (core dumped) "${app_path}" "$@"

    Test "static-lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-lto-atomic
  • static-gc-lto-atomic ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ atomic.cpp -o static-gc-lto-atomic -Wno-format -latomic -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-gc-lto-atomic ]
    /github/home/.local/xPacks/@xpack-dev-tools/gcc/15.2.0-1.1/.content/include/c++/15.2.0/bits/atomic_base.h:475: void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = char; __int_type = char]: Assertion '__b != memory_order_consume' failed.
    /github/workspace/build-assets/xpacks/@xpack-dev-tools/xbb-helper/build-scripts/wrappers.sh: line 620: 18973 Aborted (core dumped) "${app_path}" "$@"

    Test "static-gc-lto-atomic " failed, got exit code: 134, expected 0 :-(

    xfail: static-gc-lto-atomic

Failed test sleepy-threads-cv

  • sleepy-threads-cv ✓
  • gc-sleepy-threads-cv ✓
  • lto-sleepy-threads-cv ✓
  • gc-lto-sleepy-threads-cv ✓
  • static-lib-sleepy-threads-cv ✓
  • static-lib-gc-sleepy-threads-cv ✓
  • static-lib-lto-sleepy-threads-cv ✓
  • static-lib-gc-lto-sleepy-threads-cv ✓
  • static-sleepy-threads-cv ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-sleepy-threads-cv -static -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-sleepy-threads-cv 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-sleepy-threads-cv 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-sleepy-threads-cv
  • static-gc-sleepy-threads-cv ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-sleepy-threads-cv -ffunction-sections -fdata-sections -Wl,--gc-sections -static -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-gc-sleepy-threads-cv 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-sleepy-threads-cv 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-sleepy-threads-cv
  • static-lto-sleepy-threads-cv ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-lto-sleepy-threads-cv -flto -static -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-lto-sleepy-threads-cv 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-lto-sleepy-threads-cv 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-lto-sleepy-threads-cv
  • static-gc-lto-sleepy-threads-cv ✗
    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-gc-lto-sleepy-threads-cv -flto -ffunction-sections -fdata-sections -Wl,--gc-sections -static -lpthread -std=c++11]

    [/github/workspace/build-assets/build/linux-arm64/aarch64-unknown-linux-gnu/tests/gcc/c-cpp/static-gc-lto-sleepy-threads-cv 4]
    terminate called after throwing an instance of 'std::system_error'
    what(): Enable multithreading to use std::thread: Operation not permitted

    Test "static-gc-lto-sleepy-threads-cv 4" failed :-(
    expected output 4 chars: "abcd"
    got 0 chars: ""

    xfail: static-gc-lto-sleepy-threads-cv