github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 85475 tests passed
* 1213 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeGenCXX/const-init.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 x86_64-apple-darwin -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.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 x86_64-apple-darwin -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:95:16:
warning: array index 2 is past the end of the array (that has type 'int[2]')
[-Warray-bounds]
# | 95 | int &pastEnd = arr[2];
# | | ^ ~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:93:1:
note: array 'arr' declared here
# | 93 | int arr[2];
# | | ^
# | 1 warning generated.
# `-----------------------------
# 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/CodeGenCXX/const-init.cpp
# note: command had no output on stdout or stderr
# RUN: at line 2
/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-apple-darwin -emit-llvm -std=c++98 -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.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 x86_64-apple-darwin -emit-llvm -std=c++98 -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:39:25:
warning: in-class initializer for static data member of type 'const double' is
a GNU extension [-Wgnu-static-float-init]
# | 39 | static const double d = 1.0;
# | | ^ ~~~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:40:24:
warning: in-class initializer for static data member of type 'const float' is
a GNU extension [-Wgnu-static-float-init]
# | 40 | static const float f = d / 2;
# | | ^ ~~~~~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:95:16:
warning: array index 2 is past the end of the array (that has type 'int[2]')
[-Warray-bounds]
# | 95 | int &pastEnd = arr[2];
# | | ^ ~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:93:1:
note: array 'arr' declared here
# | 93 | int arr[2];
# | | ^
# | 3 warnings generated.
# `-----------------------------
# 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/CodeGenCXX/const-init.cpp
# note: command had no output on stdout or stderr
# RUN: at line 3
/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-apple-darwin -emit-llvm -std=c++11 -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.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 x86_64-apple-darwin -emit-llvm -std=c++11 -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:95:16:
warning: array index 2 is past the end of the array (that has type 'int[2]')
[-Warray-bounds]
# | 95 | int &pastEnd = arr[2];
# | | ^ ~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:93:1:
note: array 'arr' declared here
# | 93 | int arr[2];
# | | ^
# | 1 warning generated.
# `-----------------------------
# 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/CodeGenCXX/const-init.cpp
# 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-apple-darwin -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
-fexperimental-new-constant-interpreter |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.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 x86_64-apple-darwin -emit-llvm -o -
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
-fexperimental-new-constant-interpreter
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:95:16:
warning: array index 2 is past the end of the array (that has type 'int[2]')
[-Warray-bounds]
# | 95 | int &pastEnd = arr[2];
# | | ^ ~
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:93:1:
note: array 'arr' declared here
# | 93 | int arr[2];
# | | ^
# | 1 warning generated.
# `-----------------------------
# 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/CodeGenCXX/const-init.cpp
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp:90:11:
error: CHECK: expected string not found in input
# | // CHECK: @i = constant ptr @PR9558
# | ^
# | <stdin>:29:118: note: scanning from here
# | @_ZZ21FoldableAddrLabelDiffvE1x = internal global i64 sub (i64 ptrtoint
(ptr blockaddress(@_Z21FoldableAddrLabelDiffv, %a) to i64), i64 ptrtoint (ptr
blockaddress(@_Z21FoldableAddrLabelDiffv, %b) to i64)), align 8
# |
^
# | <stdin>:32:7: note: possible intended match here
# | @pastEnd = constant ptr getelementptr (i8, ptr @arr, i64 8), align 8
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/const-init.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 24: @.str = private unnamed_addr constant [4 x i8] c"asd\00",
align 1
# | 25: @PR11705 = global i128 0, align 16
# | 26: @_ZZ23UnfoldableAddrLabelDiffvE1x = internal global i128 0,
align 16
# | 27: @_ZZ24UnfoldableAddrLabelDiff2vE1x = internal global i16 0,
align 2
# | 28: @_ZGVZ24UnfoldableAddrLabelDiff2vE1x = internal global i64
0, align 8
# | 29: @_ZZ21FoldableAddrLabelDiffvE1x = internal global i64 sub
(i64 ptrtoint (ptr blockaddress(@_Z21FoldableAddrLabelDiffv, %a) to i64), i64
ptrtoint (ptr blockaddress(@_Z21FoldableAddrLabelDiffv, %b) to i64)), align 8
# | check:90'0
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: no match found
# | 30: @i = global ptr null, align 8
# | check:90'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 31: @arr = global [2 x i32] zeroinitializer, align 4
# | check:90'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 32: @pastEnd = constant ptr getelementptr (i8, ptr @arr, i64 8),
align 8
# | check:90'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:90'1 ?
possible intended match
# | 33: @.compoundliteral = internal global [2 x i32] [i32 112, i32
0], align 4
# | check:90'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 34: @PR51105_a = global ptr @.compoundliteral, align 8
# | check:90'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 35: @.compoundliteral.3 = internal global [5 x i8]
c"p\00\00\00\00", align 1
# | check:90'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 36: @PR51105_b = global ptr @.compoundliteral.3, align 8
# | check:90'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 37: @k = global i64 0, align 8
# | check:90'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/169769
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits