Edit

Debian Linux x86_64

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

792 test cases passed, 0 skipped, 8 failed:

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

Verdict: tests reluctantly accepted

Successful tests

  • adder ✓
  • adder-shared ✓
  • atomic ✓
  • 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 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 11.5.0-1 on linux-arm64 (Debian 12)

398 test cases passed, 0 skipped, 4 failed:

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

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • 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 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/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/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/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/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/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/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/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/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
    

Debian Linux armv7l

Tests summary for gcc 11.5.0-1 on linux-arm (Debian 12)

398 test cases passed, 0 skipped, 4 failed:

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

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • 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 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/linux-arm/armv7l-unknown-linux-gnueabihf/tests/gcc-xpack/xpacks/.bin/g++ sleepy-threads-cv.cpp -o static-sleepy-threads-cv -static -lpthread -std=c++11]
      
    [/github/workspace/build/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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/linux-arm/armv7l-unknown-linux-gnueabihf/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
    

macOS Darwin x86_64

Tests summary for gcc 11.5.0-1 on darwin-x64 (macOS 12.7.5)

278 test cases passed, 0 skipped

Verdict: tests accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • 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 ✓
  • sleepy-threads-cv ✓
  • 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 ✓

macOS Darwin arm64

Tests summary for gcc 11.5.0-1 on darwin-arm64 (macOS 14.5)

278 test cases passed, 0 skipped

Verdict: tests accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • 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 ✓
  • sleepy-threads-cv ✓
  • 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 ✓

Msys Windows x86_64

Tests summary for gcc 11.5.0-1 on win32-x64 (Msys 3.4.10)

416 test cases passed, 0 skipped, 38 failed:

- xfail: hello-weak1-c
- xfail: hello-weak2-cpp
- xfail: weak-use-c
- xfail: weak-duplicate-c
- xfail: unwind-weak-cpp
- 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-throwcatch-main
- xfail: lto-autoimport-main
- xfail: gc-lto-throwcatch-main
- xfail: gc-lto-autoimport-main
- 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-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-throwcatch-main
- xfail: static-lib-lto-autoimport-main
- xfail: static-lib-gc-lto-throwcatch-main
- xfail: static-lib-gc-lto-autoimport-main
- 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-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

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • 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 autoimport-main

  • autoimport-main ✓
  • gc-autoimport-main ✓
  • lto-autoimport-main ✗
    [/d/a/gcc-xpack/gcc-xpack/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/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/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF70D54144A out of range, targeting 00007FFF7308138C, yielding the value 0000000865B3FF3E.
      
    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/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/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/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-lto-autoimport-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF7B25628DA out of range, targeting 00007FFF7FAE2520, yielding the value 00000007CD57FC42.
      
    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/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/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/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 00007FF7EE44144A out of range, targeting 00007FFF7FAE138C, yielding the value 000000079169FF3E.
      
    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/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/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/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 00007FF7314828DA out of range, targeting 00007FFF7FAE2520, yielding the value 000000084E65FC42.
      
    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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/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/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF6955114A7 out of range, targeting 00007FFF6F33156A, yielding the value 00000008D9E200BF.
      
    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/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/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/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/gc-lto-throwcatch-main.exe ]
    Mingw-w64 runtime failure:
    32 bit pseudo relocation at 00007FF761D37824 out of range, targeting 00007FFF7FAE7420, yielding the value 000000081DDAFBF8.
      
    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/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/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/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 00007FF7918C14A7 out of range, targeting 00007FFF6F6B156A, yielding the value 00000007DDDF00BF.
      
    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/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/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/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 00007FF656908A14 out of range, targeting 00007FFF6F6BD5B0, yielding the value 0000000918DB4B98.
      
    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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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/11.5.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/11.5.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 ✓