[Linaro-TCWG-CI] gcc-15-4568-g756890d66cf4: FAIL: 2 regressions on aarch64

2024-10-24 Thread ci_notify--- via Gcc-regression
Dear contributor, our automatic CI has detected problems related to your 
patch(es).  Please find some details below.  If you have any questions, please 
follow up on linaro-toolch...@lists.linaro.org mailing list, Libera's 
#linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the 
usual project channel.

We understand that it might be difficult to find the necessary logs or 
reproduce the issue locally. If you can't get what you need from our CI within 
minutes, let us know and we will be happy to help.

We track this report status in https://linaro.atlassian.net/browse/GNU-1387 , 
please let us know if you are looking at the problem and/or when you have a fix.

In gcc_check master-aarch64 after:

  | commit gcc-15-4568-g756890d66cf4
  | Author: Wilco Dijkstra 
  | Date:   Tue Oct 8 15:55:25 2024 +
  | 
  | AArch64: Improve SIMD immediate generation (2/3)
  | 
  | Allow use of SVE immediates when generating AdvSIMD code and SVE is 
available.
  | First check for a valid AdvSIMD immediate, and if SVE is available, try 
using
  | an SVE move or bitmask immediate.
  | ... 19 lines of the commit log omitted.

FAIL: 2 regressions

regressions.sum:
  | === gcc tests ===
  | 
  | Running gcc:gcc.target/aarch64/sve/aarch64-sve.exp ...
  | XPASS: gcc.target/aarch64/sve/single_5.c scan-assembler-times 
\\tmov\\tz[0-9]+\\.d, #7\\n 1
  | XPASS: gcc.target/aarch64/sve/single_5.c scan-assembler-times 
\\tmov\\tz[0-9]+\\.d, #8\\n 1
  | 
The configuration of this build is:
CI config tcwg_gcc_check master-aarch64
configure and test flags: --target aarch64-linux-gnu

You can find the failure logs in *.log.1.xz files in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2800/artifact/artifacts/00-sumfiles/
The full lists of regressions and improvements as well as configure and make 
commands are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2800/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2800/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gcc_check master-aarch64
configure and test flags: --target aarch64-linux-gnu

-8<--8<--8<--
The information below can be used to reproduce a debug environment:

Current build   : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2800/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2799/artifact/artifacts

Instruction to reproduce the build : 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/756890d66cf4971fc11187ccdf5893681aa661a1/tcwg_gcc_check/master-aarch64/reproduction_instructions.txt

Full commit : See in https://gcc.gnu.org/git/gcc.git


Regressions on master at commit r15-4594 vs commit r15-4585 on Linux/x86_64

2024-10-24 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-4594 vs commit r15-4585 on Linux/x86_64
New failures:
FAIL: 30_threads/async/async.cc  -std=gnu++17 execution test

New passes:


[Linaro-TCWG-CI] gcc-15-4606-gaf19e46c88fd: FAIL: 1 regressions on arm

2024-10-24 Thread ci_notify--- via Gcc-regression
Dear contributor, our automatic CI has detected problems related to your 
patch(es).  Please find some details below.  If you have any questions, please 
follow up on linaro-toolch...@lists.linaro.org mailing list, Libera's 
#linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the 
usual project channel.

We understand that it might be difficult to find the necessary logs or 
reproduce the issue locally. If you can't get what you need from our CI within 
minutes, let us know and we will be happy to help.

We track this report status in https://linaro.atlassian.net/browse/GNU-1386 , 
please let us know if you are looking at the problem and/or when you have a fix.

In gcc_check master-arm after:

  | commit gcc-15-4606-gaf19e46c88fd
  | Author: Richard Sandiford 
  | Date:   Thu Oct 24 14:22:33 2024 +0100
  | 
  | Try to simplify (X >> C1) * (C2 << C1) -> X * C2
  | 
  | This patch adds a rule to simplify (X >> C1) * (C2 << C1) -> X * C2
  | when the low C1 bits of X are known to be zero.  As with the earlier
  | X >> C1 << (C2 + C1) patch, any single conversion is allowed between
  | ... 10 lines of the commit log omitted.

FAIL: 1 regressions

regressions.sum:
  | === gcc tests ===
  | 
  | Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ...
  | FAIL: gcc.dg/tree-ssa/shifts-3.c scan-tree-dump optimized "https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2911/artifact/artifacts/00-sumfiles/
The full lists of regressions and improvements as well as configure and make 
commands are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2911/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2911/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gcc_check master-arm
configure and test flags: --target arm-linux-gnueabihf

-8<--8<--8<--
The information below can be used to reproduce a debug environment:

Current build   : 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2911/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2910/artifact/artifacts

Instruction to reproduce the build : 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/af19e46c88fd75e31127cde239b8f28d8f9c4040/tcwg_gcc_check/master-arm/reproduction_instructions.txt

Full commit : See in https://gcc.gnu.org/git/gcc.git


[Linaro-TCWG-CI] gcc-15-4561-gee030b28004e: FAIL: 2 regressions on arm

2024-10-24 Thread ci_notify--- via Gcc-regression
Dear contributor, our automatic CI has detected problems related to your 
patch(es).  Please find some details below.  If you have any questions, please 
follow up on linaro-toolch...@lists.linaro.org mailing list, Libera's 
#linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the 
usual project channel.

We understand that it might be difficult to find the necessary logs or 
reproduce the issue locally. If you can't get what you need from our CI within 
minutes, let us know and we will be happy to help.

We track this report status in https://linaro.atlassian.net/browse/GNU-1385 , 
please let us know if you are looking at the problem and/or when you have a fix.

In gcc_check master-arm after:

  | commit gcc-15-4561-gee030b28004e
  | Author: François Dumont 
  | Date:   Tue Oct 22 19:13:34 2024 +0200
  | 
  | libstdc++: Always instantiate key_type to compute hash code [PR115285]
  | 
  | Even if it is possible to compute a hash code from the inserted 
arguments
  | we need to instantiate the key_type to guaranty hash code consistency.
  | 
  | ... 15 lines of the commit log omitted.

FAIL: 2 regressions

regressions.sum:
  | === libstdc++ tests ===
  | 
  | Running libstdc++:libstdc++-dg/conformance.exp ...
  | FAIL: 23_containers/unordered_set/pr115285.cc -std=gnu++17 (test for excess 
errors)
  | UNRESOLVED: 23_containers/unordered_set/pr115285.cc -std=gnu++17 
compilation failed to produce executable
  | 
The configuration of this build is:
CI config tcwg_gcc_check master-arm
configure and test flags: --target arm-linux-gnueabihf

You can find the failure logs in *.log.1.xz files in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2906/artifact/artifacts/00-sumfiles/
The full lists of regressions and improvements as well as configure and make 
commands are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2906/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2906/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gcc_check master-arm
configure and test flags: --target arm-linux-gnueabihf

-8<--8<--8<--
The information below can be used to reproduce a debug environment:

Current build   : 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2906/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2905/artifact/artifacts

Instruction to reproduce the build : 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/tcwg_gcc_check/master-arm/reproduction_instructions.txt

Full commit : See in https://gcc.gnu.org/git/gcc.git


[Linaro-TCWG-CI] gcc-15-4539-gc33d8c55a79: FAIL: 3 regressions on aarch64

2024-10-24 Thread ci_notify--- via Gcc-regression
Dear contributor, our automatic CI has detected problems related to your 
patch(es).  Please find some details below.  If you have any questions, please 
follow up on linaro-toolch...@lists.linaro.org mailing list, Libera's 
#linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the 
usual project channel.

We understand that it might be difficult to find the necessary logs or 
reproduce the issue locally. If you can't get what you need from our CI within 
minutes, let us know and we will be happy to help.

We track this report status in https://linaro.atlassian.net/browse/GNU-1384 , 
please let us know if you are looking at the problem and/or when you have a fix.

In gcc_check master-aarch64 after:

  | commit gcc-15-4539-gc33d8c55a79
  | Author: Richard Biener 
  | Date:   Mon Oct 21 14:01:23 2024 +0200
  | 
  | tree-optimization/117123 - missed PHI equivalence in VN
  | 
  | Value-numbering can use its set of equivalences to prove that
  | a PHI node with args  is equal to a_1 iff on the
  | edges with the constants a_1 == 5 and a_1 == 10 hold.  This
  | ... 12 lines of the commit log omitted.

FAIL: 3 regressions

regressions.sum:
  | === g++ tests ===
  | 
  | Running g++:g++.dg/dg.exp ...
  | FAIL: g++.dg/tree-ssa/pr117123.C -std=gnu++17  scan-tree-dump-times 
optimized "if " 3
  | FAIL: g++.dg/tree-ssa/pr117123.C -std=gnu++26  scan-tree-dump-times 
optimized "if " 3
  | FAIL: g++.dg/tree-ssa/pr117123.C -std=gnu++98  scan-tree-dump-times 
optimized "if " 3
  | 
The configuration of this build is:
CI config tcwg_gcc_check master-aarch64
configure and test flags: --target aarch64-linux-gnu

You can find the failure logs in *.log.1.xz files in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2792/artifact/artifacts/00-sumfiles/
The full lists of regressions and improvements as well as configure and make 
commands are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2792/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 * 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2792/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gcc_check master-aarch64
configure and test flags: --target aarch64-linux-gnu

-8<--8<--8<--
The information below can be used to reproduce a debug environment:

Current build   : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2792/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2791/artifact/artifacts

Instruction to reproduce the build : 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/tcwg_gcc_check/master-aarch64/reproduction_instructions.txt

Full commit : See in https://gcc.gnu.org/git/gcc.git