github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 87914 tests passed
* 1549 tests skipped
* 8 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGen/X86/ms-x86-intrinsics.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c
-check-prefix=CHECK -check-prefix=CHECK-I386
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c
-o -
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c:8:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c
-check-prefix=CHECK -check-prefix=CHECK-I386
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c
-check-prefix=CHECK -check-prefix=CHECK-I386
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGen/inline-asm-intel.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-unknown-linux -mllvm -x86-asm-syntax=att
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=ATT
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-unknown-linux -mllvm -x86-asm-syntax=att
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o -
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=ATT
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux -mllvm -x86-asm-syntax=att
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=ATT
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux -mllvm -x86-asm-syntax=att
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o -
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=ATT
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# note: command had no output on stdout or stderr
# RUN: at line 8
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-unknown-linux -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-unknown-linux -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o -
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# note: command had no output on stdout or stderr
# RUN: at line 9
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple x86_64-unknown-linux -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o -
# note: command had no output on stdout or stderr
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# note: command had no output on stdout or stderr
# RUN: at line 13
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-pc-win32 -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-pc-win32 -mllvm -x86-asm-syntax=intel
-inline-asm=intel -Werror -target-feature +hreset -target-feature +pconfig
-target-feature +sgx -ffreestanding -O0 -S
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
-o - -fms-extensions -fms-compatibility -fms-compatibility-version=17.00
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c:18:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--check-prefix=INTEL
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/inline-asm-intel.c
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGen/ms-barriers-intrinsics.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c
-o -
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c:12:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-barriers-intrinsics.c
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGen/ms-intrinsics-cpuid.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -Werror -triple i686-windows-msvc
-emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c
--check-prefix=X86
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -Werror -triple i686-windows-msvc -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c
-o -
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c:10:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c
--check-prefix=X86
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics-cpuid.c
--check-prefix=X86
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGen/ms-intrinsics.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c
-check-prefixes CHECK,CHECK-I386,CHECK-INTEL
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c
-o -
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c:18:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c
-check-prefixes CHECK,CHECK-I386,CHECK-INTEL
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-intrinsics.c
-check-prefixes CHECK,CHECK-I386,CHECK-INTEL
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGen/ms-mm-align.c</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -target-feature +sse -triple
i686--windows -emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c
-o - |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-extensions -fms-compatibility
-fms-compatibility-version=17.00 -target-feature +sse -triple i686--windows
-emit-llvm
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c
-o -
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c:8:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: conflicting types for '__readcr3'
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
error: conflicting types for '__writecr3'
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: previous declaration is here
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/ms-mm-align.c
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.Headers/ms-intrin.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-pc-win32 -target-cpu pentium4
-fms-extensions -fms-compatibility -fms-compatibility-version=17.00
-ffreestanding -fsyntax-only -Werror -Wsystem-headers -isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/Inputs/include
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/ms-intrin.cpp
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -triple i386-pc-win32 -target-cpu pentium4 -fms-extensions
-fms-compatibility -fms-compatibility-version=17.00 -ffreestanding
-fsyntax-only -Werror -Wsystem-headers -isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/Inputs/include
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/ms-intrin.cpp
# .---command stderr------------
# | In file included from
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/ms-intrin.cpp:37:
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:466:64:
error: functions that differ only in their return type cannot be overloaded
# | 466 | static __inline__ unsigned __LPTRINT_TYPE__ __DEFAULT_FN_ATTRS
__readcr3(void) {
# | | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:100:18:
note: previous declaration is here
# | 100 | unsigned __int64 __readcr3(void);
# | | ~~~~~~~~~~~~~~~~ ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Headers/ms-intrin.cpp:74:3:
error: call to '__writecr3' is ambiguous
# | 74 | __writecr3(0);
# | | ^~~~~~~~~~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:130:6:
note: candidate function
# | 130 | void __writecr3(unsigned __int64);
# | | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h:477:1:
note: candidate function
# | 477 | __writecr3(unsigned __INTPTR_TYPE__ __cr3_val) {
# | | ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.Sema/bittest-intrinsics.c</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-compatibility
-fms-compatibility-version=19 -verify
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/bittest-intrinsics.c
-triple i686-windows-msvc -fms-extensions -DTEST_X86
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -ffreestanding -fms-compatibility
-fms-compatibility-version=19 -verify
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Sema/bittest-intrinsics.c
-triple i686-windows-msvc -fms-extensions -DTEST_X86
# .---command stderr------------
# | error: 'expected-error' diagnostics seen but not expected:
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h
Line 466: conflicting types for '__readcr3'
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h
Line 477: conflicting types for '__writecr3'
# | error: 'expected-note' diagnostics seen but not expected:
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h
Line 100: previous declaration is here
# | File
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/intrin.h
Line 130: previous declaration is here
# | 4 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken
or flaky at HEAD), please open an issue at
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/196886
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits