Regressions on master at commit r15-1030 vs commit r15-1022 on Linux/x86_64

2024-06-05 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-1030 vs commit r15-1022 on Linux/x86_64
New failures:

New passes:
FAIL: gcc.dg/torture/convert-dfp-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.dg/torture/convert-dfp.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)


[Linaro-TCWG-CI] gcc-15-512-g9b7cad5884f: FAIL: 8 regressions on aarch64

2024-06-05 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 appreciate 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-1238 , 
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-512-g9b7cad5884f
  | Author: Jan Hubicka 
  | Date:   Wed May 15 14:14:27 2024 +0200
  | 
  | Avoid pointer compares on TYPE_MAIN_VARIANT in TBAA
  | 
  | while building more testcases for ipa-icf I noticed that there are two 
places
  | in aliasing code where we still compare TYPE_MAIN_VARIANT for pointer 
equality.
  | This is not good idea for LTO since type merging may not happen for 
example
  | when in one unit pointed to type is forward declared while in other it 
is fully
  | defined.  We have same_type_for_tbaa for that.
  | ... 9 lines of the commit log omitted.

FAIL: 8 regressions

regressions.sum:
=== g++ tests ===

Running g++:g++.dg/dg.exp ...
FAIL: g++.dg/tree-ssa/pr83215.C -std=gnu++14  scan-tree-dump-times fre1 "\\*i" 1
FAIL: g++.dg/tree-ssa/pr83215.C -std=gnu++17  scan-tree-dump-times fre1 "\\*i" 1
FAIL: g++.dg/tree-ssa/pr83215.C -std=gnu++20  scan-tree-dump-times fre1 "\\*i" 1
FAIL: g++.dg/tree-ssa/pr83215.C -std=gnu++98  scan-tree-dump-times fre1 "\\*i" 1
=== gcc tests ===

Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ...
... and 10 more entries

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

The configuration of this build is:
CI config tcwg_gcc_check master-aarch64

-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/2122/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2121/artifact/artifacts

Reproduce last good and first bad builds: 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/9b7cad5884f21cc5783075be0043777448db3fab/tcwg_gcc_check/master-aarch64/reproduction_instructions.txt

Full commit : 
https://github.com/gcc-mirror/gcc/commit/9b7cad5884f21cc5783075be0043777448db3fab

List of configurations that regressed due to this commit :
* tcwg_gcc_check
** master-aarch64
*** FAIL: 8 regressions
*** 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/9b7cad5884f21cc5783075be0043777448db3fab/tcwg_gcc_check/master-aarch64/details.txt
*** 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2122/artifact/artifacts


[Linaro-TCWG-CI] gcc-15-777-g9ddad76e98a: FAIL: 5 regressions on master-thumb_m23_soft_eabi

2024-06-05 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 appreciate 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-1239 , 
please let us know if you are looking at the problem and/or when you have a fix.

In  arm-eabi cortex-m23 soft after:

  | commit gcc-15-777-g9ddad76e98a
  | Author: Torbjörn SVENSSON 
  | Date:   Sat Apr 27 15:57:27 2024 +0200
  | 
  | testsuite: Verify r0-r3 are extended with CMSE
  | 
  | Add regression test to the existing zero/sign extend tests for CMSE to
  | verify that r0, r1, r2 and r3 are properly extended, not just r0.
  | 
  | boolCharShortEnumSecureFunc test is done using -O0 to ensure the
  | instructions are in a predictable order.
  | ... 8 lines of the commit log omitted.

FAIL: 5 regressions

regressions.sum:
=== gcc tests ===

Running gcc:gcc.target/arm/cmse/cmse.exp ...
FAIL: gcc.target/arm/cmse/extend-param.c -O0   check-function-bodies 
__acle_se_boolCharShortEnumSecureFunc
FAIL: gcc.target/arm/cmse/extend-param.c -O1   check-function-bodies 
__acle_se_boolCharShortEnumSecureFunc
FAIL: gcc.target/arm/cmse/extend-param.c -O2   check-function-bodies 
__acle_se_boolCharShortEnumSecureFunc
FAIL: gcc.target/arm/cmse/extend-param.c -O3 -g   check-function-bodies 
__acle_se_boolCharShortEnumSecureFunc
FAIL: gcc.target/arm/cmse/extend-param.c -Os   check-function-bodies 
__acle_se_boolCharShortEnumSecureFunc


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

The configuration of this build is:
CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-m.base 
-mtune=cortex-m23 -mfloat-abi=soft -mfpu=auto

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

Current build   : 
https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m23_soft_eabi-build/45/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m23_soft_eabi-build/44/artifact/artifacts

Reproduce last good and first bad builds: 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/9ddad76e98ac8f257f90b3814ed3c6ba78d0f3c7/tcwg_gnu_embed_check_gcc/master-thumb_m23_soft_eabi/reproduction_instructions.txt

Full commit : 
https://github.com/gcc-mirror/gcc/commit/9ddad76e98ac8f257f90b3814ed3c6ba78d0f3c7

List of configurations that regressed due to this commit :
* tcwg_gnu_embed_check_gcc
** master-thumb_m23_soft_eabi
*** FAIL: 5 regressions
*** 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/9ddad76e98ac8f257f90b3814ed3c6ba78d0f3c7/tcwg_gnu_embed_check_gcc/master-thumb_m23_soft_eabi/details.txt
*** 
https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m23_soft_eabi-build/45/artifact/artifacts


[Linaro-TCWG-CI] gcc-15-518-g99b1daae18c: FAIL: 2 regressions on aarch64

2024-06-05 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 appreciate 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-1241 , 
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-518-g99b1daae18c
  | Author: Richard Biener 
  | Date:   Fri May 3 14:04:41 2024 +0200
  | 
  | tree-optimization/114589 - remove profile based sink heuristics
  | 
  | The following removes the profile based heuristic limiting sinking
  | and instead uses post-dominators to avoid sinking to places that
  | are executed under the same conditions as the earlier location which
  | the profile based heuristic should have guaranteed as well.
  | 
  | ... 27 lines of the commit log omitted.

FAIL: 2 regressions

regressions.sum:
=== gcc tests ===

Running gcc:gcc.target/aarch64/sve/aarch64-sve.exp ...
FAIL: gcc.target/aarch64/sve/pr96357.c scan-assembler \\tfsubr\\tz[0-9]+\\.d, 
p[0-7]/m, z[0-9]+\\.d, #1.0
FAIL: gcc.target/aarch64/sve/pr96357.c scan-assembler \\tmovprfx\\tz[0-9]+, 
z[0-9]+


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

The configuration of this build is:
CI config tcwg_gcc_check master-aarch64

-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/2126/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2125/artifact/artifacts

Reproduce last good and first bad builds: 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/99b1daae18c095d6c94d32efb77442838e11cbfb/tcwg_gcc_check/master-aarch64/reproduction_instructions.txt

Full commit : 
https://github.com/gcc-mirror/gcc/commit/99b1daae18c095d6c94d32efb77442838e11cbfb

List of configurations that regressed due to this commit :
* tcwg_gcc_check
** master-aarch64
*** FAIL: 2 regressions
*** 
https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/99b1daae18c095d6c94d32efb77442838e11cbfb/tcwg_gcc_check/master-aarch64/details.txt
*** 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2126/artifact/artifacts