Edit

Debian Linux x86_64

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

788 test cases passed, 8 failed:

- 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
- 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

Verdict: tests reluctantly accepted

Successful tests

  • adder ✓
  • adder-shared ✓
  • atomic ✓
  • cnrt-test ✓
  • concurrent-f ✓
  • exception-locale ✓
  • exception-reduced ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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-64 ✓
  • gc-sleepy-threads-cv-64 ✓
  • lto-sleepy-threads-cv-64 ✓
  • gc-lto-sleepy-threads-cv-64 ✓
  • 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-64 ✓
  • static-lib-gc-sleepy-threads-cv-64 ✓
  • static-lib-lto-sleepy-threads-cv-64 ✓
  • static-lib-gc-lto-sleepy-threads-cv-64 ✓
  • 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-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]
    
    [/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]
    
    [/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]
    
    [/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]
    
    [/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
    
  • 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]
    
    [/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]
    
    [/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]
    
    [/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]
    
    [/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
    

Debian Linux aarch64

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

394 test cases passed, 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 ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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]
    
    [/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]
    
    [/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]
    
    [/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]
    
    [/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 14.1.0-1 on linux-arm (Debian 12)

394 test cases passed, 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 ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • overload-new-cpp ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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]
    
    [/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]
    
    [/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]
    
    [/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]
    
    [/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 14.1.0-1 on darwin-x64 (macOS 12.7.5)

272 test cases passed, 2 failed:

- xfail: gc-overload-new-cpp
- xfail: gc-lto-overload-new-cpp

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • cnrt-test ✓
  • concurrent-f ✓
  • exception-locale ✓
  • exception-reduced ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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 ✓

Failed test overload-new-cpp

  • overload-new-cpp ✓
  • gc-overload-new-cpp ✗
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-x64/x86_64-apple-darwin21.6.0/tests/gcc-xpack/xpacks/.bin/g++ gc-overload-new.cpp.o -o gc-overload-new-cpp -ffunction-sections -fdata-sections -Wl,-dead_strip]
    
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-x64/x86_64-apple-darwin21.6.0/tests/gcc/c-cpp/weak/gc-overload-new-cpp ]
    news: 1, deletes: 0
    
    Test "gc-overload-new-cpp " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-overload-new-cpp
    
  • lto-overload-new-cpp ✓
  • gc-lto-overload-new-cpp ✗
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-x64/x86_64-apple-darwin21.6.0/tests/gcc-xpack/xpacks/.bin/g++ gc-lto-overload-new.cpp.o -o gc-lto-overload-new-cpp -flto -ffunction-sections -fdata-sections -Wl,-dead_strip]
    
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-x64/x86_64-apple-darwin21.6.0/tests/gcc/c-cpp/weak/gc-lto-overload-new-cpp ]
    news: 1, deletes: 0
    
    Test "gc-lto-overload-new-cpp " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-lto-overload-new-cpp
    
  • static-lib-overload-new-cpp ✓
  • static-lib-gc-overload-new-cpp ✓
  • static-lib-lto-overload-new-cpp ✓
  • static-lib-gc-lto-overload-new-cpp ✓

macOS Darwin arm64

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

272 test cases passed, 2 failed:

- xfail: gc-overload-new-cpp
- xfail: gc-lto-overload-new-cpp

Verdict: tests reluctantly accepted

Successful tests

  • adder-shared ✓
  • adder-static ✓
  • atomic ✓
  • cnrt-test ✓
  • concurrent-f ✓
  • exception-locale ✓
  • exception-reduced ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-f ✓
  • hello-weak1-c ✓
  • hello-weak2-cpp ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • longjmp-cleanup ✓
  • normal ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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 ✓

Failed test overload-new-cpp

  • overload-new-cpp ✓
  • gc-overload-new-cpp ✗
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-arm64/aarch64-apple-darwin23.5.0/tests/gcc-xpack/xpacks/.bin/g++ gc-overload-new.cpp.o -o gc-overload-new-cpp -ffunction-sections -fdata-sections -Wl,-dead_strip]
    
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-arm64/aarch64-apple-darwin23.5.0/tests/gcc/c-cpp/weak/gc-overload-new-cpp ]
    news: 1, deletes: 0
    
    Test "gc-overload-new-cpp " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-overload-new-cpp
    
  • lto-overload-new-cpp ✓
  • gc-lto-overload-new-cpp ✗
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-arm64/aarch64-apple-darwin23.5.0/tests/gcc-xpack/xpacks/.bin/g++ gc-lto-overload-new.cpp.o -o gc-lto-overload-new-cpp -flto -ffunction-sections -fdata-sections -Wl,-dead_strip]
    
    [/Users/runner/work/gcc-xpack/gcc-xpack/build/darwin-arm64/aarch64-apple-darwin23.5.0/tests/gcc/c-cpp/weak/gc-lto-overload-new-cpp ]
    news: 1, deletes: 0
    
    Test "gc-lto-overload-new-cpp " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-lto-overload-new-cpp
    
  • static-lib-overload-new-cpp ✓
  • static-lib-gc-overload-new-cpp ✓
  • static-lib-lto-overload-new-cpp ✓
  • static-lib-gc-lto-overload-new-cpp ✓

Msys Windows x86_64

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

410 test cases passed, 42 failed:

- xfail: hello-weak1-c
- xfail: hello-weak2-cpp
- xfail: weak-use-c
- xfail: weak-duplicate-c
- xfail: overload-new-cpp
- 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-overload-new-cpp
- xfail: gc-unwind-weak-cpp
- xfail: lto-overload-new-cpp
- xfail: lto-throwcatch-main
- xfail: lto-autoimport-main
- xfail: gc-lto-overload-new-cpp
- 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 ✓
  • global-terminate ✓
  • hello-exception ✓
  • hello-tls ✓
  • hello1-c ✓
  • hello2-cpp ✓
  • idltest ✓
  • longjmp-cleanup ✓
  • normal ✓
  • setjmp ✓
  • simple-exception ✓
  • simple-hello1-c-one ✓
  • simple-hello1-c-two ✓
  • simple-hello2-cpp-one ✓
  • simple-hello2-cpp-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 00007FF73C8A144A out of range, targeting 00007FFB02FA136C, yielding the value 00000003C66FFF1E.
    
    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]
    
    [/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]
    
    [/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 00007FF64D3B294A out of range, targeting 00007FFB02FA2580, yielding the value 00000004B5BEFC32.
    
    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 00007FF7904D144A out of range, targeting 00007FFB02FA136C, yielding the value 0000000372ACFF1E.
    
    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 -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 -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 00007FF63728294A out of range, targeting 00007FFB02FA2580, yielding the value 00000004CBD1FC32.
    
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 overload-new-cpp

  • overload-new-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ overload-new.cpp.o -o overload-new-cpp.exe]
    
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/weak/overload-new-cpp.exe ]
    news: 1, deletes: 0
    
    Test "overload-new-cpp.exe " failed, got exit code: 1, expected 0 :-(
    
    xfail: overload-new-cpp
    
  • gc-overload-new-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ gc-overload-new.cpp.o -o gc-overload-new-cpp.exe -ffunction-sections -fdata-sections]
    
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/weak/gc-overload-new-cpp.exe ]
    news: 1, deletes: 0
    
    Test "gc-overload-new-cpp.exe " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-overload-new-cpp
    
  • lto-overload-new-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ lto-overload-new.cpp.o -o lto-overload-new-cpp.exe -flto]
    
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/weak/lto-overload-new-cpp.exe ]
    news: 1, deletes: 0
    
    Test "lto-overload-new-cpp.exe " failed, got exit code: 1, expected 0 :-(
    
    xfail: lto-overload-new-cpp
    
  • gc-lto-overload-new-cpp ✗
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ gc-lto-overload-new.cpp.o -o gc-lto-overload-new-cpp.exe -flto -ffunction-sections -fdata-sections]
    
    [/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc/c-cpp/weak/gc-lto-overload-new-cpp.exe ]
    news: 1, deletes: 0
    
    Test "gc-lto-overload-new-cpp.exe " failed, got exit code: 1, expected 0 :-(
    
    xfail: gc-lto-overload-new-cpp
    
  • static-lib-overload-new-cpp ✓
  • static-lib-gc-overload-new-cpp ✓
  • static-lib-lto-overload-new-cpp ✓
  • static-lib-gc-lto-overload-new-cpp ✓
  • static-overload-new-cpp ✓
  • static-gc-overload-new-cpp ✓
  • static-lto-overload-new-cpp ✓
  • static-gc-lto-overload-new-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]
    
    [/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]
    
    [/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 00007FF7F8B614A7 out of range, targeting 00007FFAF6EA1654, yielding the value 00000002FE3401A9.
    
    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]
    
    [/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,--allow-multiple-definition]
    
    [/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 00007FF7702A7D94 out of range, targeting 00007FFAF6EA79B0, yielding the value 0000000386BFFC18.
    
    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++]
    
    [/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]
    
    [/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 00007FF7DB4614A7 out of range, targeting 00007FFAE6E91654, yielding the value 000000030BA301A9.
    
    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 -static-libgcc -static-libstdc++]
    
    [/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 -static-libgcc -static-libstdc++ -Wl,--allow-multiple-definition]
    
    [/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 00007FF73F555164 out of range, targeting 00007FFAE6E98150, yielding the value 00000003A7942FE8.
    
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static-libgcc -static-libstdc++]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static-libgcc]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-lib-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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 -static]
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: static-gc-main.c.o:main.c:(.text$main+0x15): undefined reference to `func'
    C:/Users/runneradmin/AppData/Roaming/xPacks/@xpack-dev-tools/gcc/14.1.0-1.1/.content/bin/../lib/gcc/x86_64-w64-mingw32/14.1.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'
    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 ✓