Regressions on master at commit r15-3082 vs commit r15-3081 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3082 vs commit r15-3081 on Linux/x86_64
New failures:
FAIL: gcc.dg/vect/vect-mod-var.c execution test
FAIL: gcc.dg/vect/vect-mod-var.c execution test
FAIL: gcc.dg/vect/vect-mod-var.c -flto -ffat-lto-objects execution test
FAIL: gcc.dg/vect/vect-mod-var.c -flto -ffat-lto-objects execution test

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)


Regressions on master at commit r15-3082 vs commit r15-3081 on Linux/i686

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3082 vs commit r15-3081 on Linux/i686
New failures:
FAIL: gcc.dg/vect/vect-mod-var.c execution test
FAIL: gcc.dg/vect/vect-mod-var.c -flto -ffat-lto-objects execution test

New passes:


Regressions on native/master at commit r15-3082 vs commit r15-3080 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3082 vs commit r15-3080 on Linux/x86_64
New failures:
FAIL: gcc.dg/vect/vect-mod-var.c execution test
FAIL: gcc.dg/vect/vect-mod-var.c execution test
FAIL: gcc.dg/vect/vect-mod-var.c -flto -ffat-lto-objects execution test
FAIL: gcc.dg/vect/vect-mod-var.c -flto -ffat-lto-objects execution test

New passes:


[r15-3080 Regression] FAIL: gfortran.dg/sizeof_6.f90 -O1 execution test on Linux/x86_64

2024-08-22 Thread haochen.jiang via Gcc-regression
On Linux/x86_64,

c1aba5e7e7da5f2bd75873d3853f1de85addc2ac is the first bad commit
commit c1aba5e7e7da5f2bd75873d3853f1de85addc2ac
Author: Sam James 
Date:   Wed Aug 14 13:25:01 2024 +0100

Makefile.tpl: fix whitespace in licence header

caused

FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test

with GCC configured with

../../gcc/configure 
--prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-3080/usr 
--enable-clocale=gnu --with-system-zlib --with-demangler-in-ld 
--with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl 
--enable-libmpx x86_64-linux --disable-bootstrap

To reproduce:

$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="dg.exp=gfortran.dg/sizeof_6.f90 --target_board='unix{-m64\ 
-march=cascadelake}'"

(Please do not reply to this email, for question about this report, contact me 
at haochen dot jiang at intel.com.)
(If you met problems with cascadelake related, disabling AVX512F in command 
line might save that.)
(However, please make sure that there is no potential problems with AVX512.)


master branch: commit r15-3088 failed to bootstrap on Linux/i686 (commit r15-3083 builds)!

2024-08-22 Thread haochenj via Gcc-regression
make[2]: Entering directory '/home/haochenj/src/gcc-regression'
rm -rf bld
mkdir -p bld
cd bld; \
CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-master/configure \
--with-arch=corei7 --with-cpu=intel --enable-clocale=gnu 
--with-system-zlib --enable-shared --enable-cet --with-demangler-in-ld 
--enable-libmpx --prefix=/usr/gcc-15.0.0 i686-linux --with-fpmath=sse 
configure: WARNING: you should use --build, --host, --target
grep -E "(error:|Error)" makelog.r15-3088.i686.intel >> 
makelog.r15-3088.i686.intel.mail; \
tail -n +20 makelog.r15-3088.i686.intel | grep -C 10 -E "error:" >> 
makelog.r15-3088.i686.intel.mail; \
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
/tmp/cc98VMuB.s:617892: Error: can't resolve .text.unlikely - .LM4714
/tmp/cc98VMuB.s:617897: Error: can't resolve .text - .LM4715
/tmp/cc98VMuB.s:618159: Error: can't resolve .text.unlikely - .LM4767
/tmp/cc98VMuB.s:618164: Error: can't resolve .text - .LM4768
/tmp/cc98VMuB.s:618171: Error: can't resolve .text.unlikely - .LM4769
make[6]: *** [Makefile:1194: gtype-desc.o] Error 1
/tmp/ccP8xQU6.s:791800: Error: can't resolve .text.unlikely - .LM8986
make[6]: *** [Makefile:1194: ipa-modref.o] Error 1
/tmp/ccsMU9Re.s:764367: Error: can't resolve .text.unlikely - .LM18337
make[6]: *** [Makefile:1194: ipa-icf.o] Error 1
make[5]: *** [Makefile:5146: all-stage3-gcc] Error 2
make[4]: *** [Makefile:30208: stage3-bubble] Error 2
make[3]: *** [Makefile:30272: bootstrap] Error 2
make[2]: *** [Makefile:313: bootstrap] Error 2
 Detailed Info around error (+- 10 Lines) 



Regressions on master at commit r15-3087 vs commit r15-3083 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3087 vs commit r15-3083 on Linux/x86_64
New failures:
FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test

New passes:


master branch: commit r15-3091 failed to bootstrap on Linux/i686 (commit r15-3083 builds)!

2024-08-22 Thread haochenj via Gcc-regression
make[2]: Entering directory '/home/haochenj/src/gcc-regression'
rm -rf bld
mkdir -p bld
cd bld; \
CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-master/configure \
--with-arch=corei7 --with-cpu=intel --enable-clocale=gnu 
--with-system-zlib --enable-shared --enable-cet --with-demangler-in-ld 
--enable-libmpx --prefix=/usr/gcc-15.0.0 i686-linux --with-fpmath=sse 
configure: WARNING: you should use --build, --host, --target
grep -E "(error:|Error)" makelog.r15-3091.i686.intel >> 
makelog.r15-3091.i686.intel.mail; \
tail -n +20 makelog.r15-3091.i686.intel | grep -C 10 -E "error:" >> 
makelog.r15-3091.i686.intel.mail; \
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
/tmp/ccgWnzsb.s:617892: Error: can't resolve .text.unlikely - .LM4714
/tmp/ccgWnzsb.s:617897: Error: can't resolve .text - .LM4715
/tmp/ccgWnzsb.s:618159: Error: can't resolve .text.unlikely - .LM4767
/tmp/ccgWnzsb.s:618164: Error: can't resolve .text - .LM4768
/tmp/ccgWnzsb.s:618171: Error: can't resolve .text.unlikely - .LM4769
make[6]: *** [Makefile:1194: gtype-desc.o] Error 1
/tmp/ccvqRwUM.s:791800: Error: can't resolve .text.unlikely - .LM8986
make[6]: *** [Makefile:1194: ipa-modref.o] Error 1
/tmp/ccOWC7MU.s:764367: Error: can't resolve .text.unlikely - .LM18337
make[6]: *** [Makefile:1194: ipa-icf.o] Error 1
make[5]: *** [Makefile:5146: all-stage3-gcc] Error 2
make[4]: *** [Makefile:30208: stage3-bubble] Error 2
make[3]: *** [Makefile:30272: bootstrap] Error 2
make[2]: *** [Makefile:313: bootstrap] Error 2
 Detailed Info around error (+- 10 Lines) 



master branch: commit r15-3093 failed to bootstrap on Linux/i686 (commit r15-3083 builds)!

2024-08-22 Thread haochenj via Gcc-regression
make[2]: Entering directory '/home/haochenj/src/gcc-regression'
rm -rf bld
mkdir -p bld
cd bld; \
CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-master/configure \
--with-arch=corei7 --with-cpu=intel --enable-clocale=gnu 
--with-system-zlib --enable-shared --enable-cet --with-demangler-in-ld 
--enable-libmpx --prefix=/usr/gcc-15.0.0 i686-linux --with-fpmath=sse 
configure: WARNING: you should use --build, --host, --target
grep -E "(error:|Error)" makelog.r15-3093.i686.intel >> 
makelog.r15-3093.i686.intel.mail; \
tail -n +20 makelog.r15-3093.i686.intel | grep -C 10 -E "error:" >> 
makelog.r15-3093.i686.intel.mail; \
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
/tmp/ccFpTwyk.s:617892: Error: can't resolve .text.unlikely - .LM4714
/tmp/ccFpTwyk.s:617897: Error: can't resolve .text - .LM4715
/tmp/ccFpTwyk.s:618159: Error: can't resolve .text.unlikely - .LM4767
/tmp/ccFpTwyk.s:618164: Error: can't resolve .text - .LM4768
/tmp/ccFpTwyk.s:618171: Error: can't resolve .text.unlikely - .LM4769
make[6]: *** [Makefile:1194: gtype-desc.o] Error 1
/tmp/ccfzEjmM.s:764367: Error: can't resolve .text.unlikely - .LM18337
make[6]: *** [Makefile:1194: ipa-icf.o] Error 1
/tmp/cc6P8V1a.s:791800: Error: can't resolve .text.unlikely - .LM8986
make[6]: *** [Makefile:1194: ipa-modref.o] Error 1
make[5]: *** [Makefile:5146: all-stage3-gcc] Error 2
make[4]: *** [Makefile:30208: stage3-bubble] Error 2
make[3]: *** [Makefile:30272: bootstrap] Error 2
make[2]: *** [Makefile:313: bootstrap] Error 2
 Detailed Info around error (+- 10 Lines) 



Regressions on master at commit r15-3092 vs commit r15-3087 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3092 vs commit r15-3087 on Linux/x86_64
New failures:

New passes:
FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test


Regressions on native/master at commit r15-3088 vs commit r15-3083 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3088 vs commit r15-3083 on Linux/x86_64
New failures:
FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test

New passes:


[Linaro-TCWG-CI] gcc-15-3087-gb07f8a30115: FAIL: 2 regressions on aarch64

2024-08-22 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-1317 , 
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-3087-gb07f8a30115
  | Author: Andrew Pinski 
  | Date:   Wed Aug 21 17:41:38 2024 -0700
  | 
  | fold: Fix `a * 1j` if a has side effects [PR116454]
  | 
  | The problem here was a missing save_expr around arg0 since
  | it is used twice, once in REALPART_EXPR and once in IMAGPART_EXPR.
  | Thia adds the save_expr and reformats the code slightly so it is a
  | little easier to understand.  It excludes the case when arg0 is
  | a COMPLEX_EXPR since in that case we'll end up with the distinct
  | ... 19 lines of the commit log omitted.

FAIL: 2 regressions

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

Running gcc:gcc.dg/vect/complex/complex.exp ...
FAIL: gcc.dg/vect/complex/fast-math-complex-mls-double.c scan-tree-dump vect 
"Found COMPLEX_FMA"
FAIL: gcc.dg/vect/complex/fast-math-complex-mls-float.c scan-tree-dump vect 
"Found COMPLEX_FMA"


You can find the failure logs in *.log.1.xz files in
 - 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2486/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/2486/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 - 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2486/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/2486/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2485/artifact/artifacts

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

Full commit : 
https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c

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/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gcc_check/master-aarch64/details.txt
*** 
https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2486/artifact/artifacts


master branch: commit r15-3095 failed to bootstrap on Linux/i686 (commit r15-3083 builds)!

2024-08-22 Thread haochenj via Gcc-regression
make[2]: Entering directory '/home/haochenj/src/gcc-regression'
rm -rf bld
mkdir -p bld
cd bld; \
CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-master/configure \
--with-arch=corei7 --with-cpu=intel --enable-clocale=gnu 
--with-system-zlib --enable-shared --enable-cet --with-demangler-in-ld 
--enable-libmpx --prefix=/usr/gcc-15.0.0 i686-linux --with-fpmath=sse 
configure: WARNING: you should use --build, --host, --target
grep -E "(error:|Error)" makelog.r15-3095.i686.intel >> 
makelog.r15-3095.i686.intel.mail; \
tail -n +20 makelog.r15-3095.i686.intel | grep -C 10 -E "error:" >> 
makelog.r15-3095.i686.intel.mail; \
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
make[6]: [Makefile:1832: i686-linux/bits/largefile-config.h] Error 1 (ignored)
/tmp/ccrLnpkn.s:617892: Error: can't resolve .text.unlikely - .LM4714
/tmp/ccrLnpkn.s:617897: Error: can't resolve .text - .LM4715
/tmp/ccrLnpkn.s:618159: Error: can't resolve .text.unlikely - .LM4767
/tmp/ccrLnpkn.s:618164: Error: can't resolve .text - .LM4768
/tmp/ccrLnpkn.s:618171: Error: can't resolve .text.unlikely - .LM4769
make[6]: *** [Makefile:1194: gtype-desc.o] Error 1
/tmp/ccMI1vcz.s:791800: Error: can't resolve .text.unlikely - .LM8986
make[6]: *** [Makefile:1194: ipa-modref.o] Error 1
/tmp/ccmRkU1J.s:764367: Error: can't resolve .text.unlikely - .LM18337
make[6]: *** [Makefile:1194: ipa-icf.o] Error 1
make[5]: *** [Makefile:5146: all-stage3-gcc] Error 2
make[4]: *** [Makefile:30208: stage3-bubble] Error 2
make[3]: *** [Makefile:30272: bootstrap] Error 2
make[2]: *** [Makefile:313: bootstrap] Error 2
 Detailed Info around error (+- 10 Lines) 



RE: [Linaro-TCWG-CI] gcc-15-3087-gb07f8a30115: FAIL: 2 regressions on aarch64

2024-08-22 Thread Andrew Pinski (QUIC) via Gcc-regression


> -Original Message-
> From: ci_not...@linaro.org 
> Sent: Thursday, August 22, 2024 10:30 AM
> To: rgue...@gcc.gnu.org
> Cc: gcc-regression@gcc.gnu.org; Andrew Pinski (QUIC)
> 
> Subject: [Linaro-TCWG-CI] gcc-15-3087-gb07f8a30115: FAIL: 2
> regressions on aarch64
> 
> 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-1317 , please let us
> know if you are looking at the problem and/or when you have
> a fix.

I have filed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116463 for the 
failure (which was a missed optimization even before the patch; the detection 
of vector complex multiply is very sensitive in changes to the IR differences).


Thanks,
Andrew Pinski


> 
> In gcc_check master-aarch64 after:
> 
>   | commit gcc-15-3087-gb07f8a30115
>   | Author: Andrew Pinski 
>   | Date:   Wed Aug 21 17:41:38 2024 -0700
>   |
>   | fold: Fix `a * 1j` if a has side effects [PR116454]
>   |
>   | The problem here was a missing save_expr around arg0
> since
>   | it is used twice, once in REALPART_EXPR and once in
> IMAGPART_EXPR.
>   | Thia adds the save_expr and reformats the code slightly
> so it is a
>   | little easier to understand.  It excludes the case when arg0
> is
>   | a COMPLEX_EXPR since in that case we'll end up with the
> distinct
>   | ... 19 lines of the commit log omitted.
> 
> FAIL: 2 regressions
> 
> regressions.sum:
>   === gcc tests ===
> 
> Running gcc:gcc.dg/vect/complex/complex.exp ...
> FAIL: gcc.dg/vect/complex/fast-math-complex-mls-double.c
> scan-tree-dump vect "Found COMPLEX_FMA"
> FAIL: gcc.dg/vect/complex/fast-math-complex-mls-float.c
> scan-tree-dump vect "Found COMPLEX_FMA"
> 
> 
> You can find the failure logs in *.log.1.xz files in
>  - https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-
> build/2486/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/2486/artifact/artifacts/notify/
> The list of [ignored] baseline and flaky failures are in
>  - https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-
> build/2486/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/2486/artifact/artifacts
> Reference build : https://ci.linaro.org/job/tcwg_gcc_check--
> master-aarch64-build/2485/artifact/artifacts
> 
> Reproduce last good and first bad builds: https://git-
> us.linaro.org/toolchain/ci/interesting-
> commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea
> 430b6f02574c/tcwg_gcc_check/master-
> aarch64/reproduction_instructions.txt
> 
> Full commit : https://github.com/gcc-
> mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f0
> 2574c
> 
> 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/b07f8a301158e53717b8688cc8ea
> 430b6f02574c/tcwg_gcc_check/master-aarch64/details.txt
> *** https://ci.linaro.org/job/tcwg_gcc_check--master-
> aarch64-build/2486/artifact/artifacts


Regressions on native/master at commit r15-3095 vs commit r15-3094 on Linux/x86_64

2024-08-22 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-3095 vs commit r15-3094 on Linux/x86_64
New failures:

New passes:
FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test


[Linaro-TCWG-CI] gcc-15-3083-gbcb33b12370: FAIL: 1 regressions on master-thumb_m0_soft_eabi

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

In  arm-eabi cortex-m0 soft after:

  | commit gcc-15-3083-gbcb33b12370
  | Author: Bernd Edlinger 
  | Date:   Fri Aug 16 12:26:27 2024 +0200
  | 
  | Do not emit a redundant DW_TAG_lexical_block for inlined subroutines
  | 
  | While this already works correctly for the case when an inlined
  | subroutine contains only one subrange, a redundant DW_TAG_lexical_block
  | is still emitted when the subroutine has multiple blocks.
  | 
  | Fixes: ac02e5b75451 ("re PR debug/37801 (DWARF output for inlined 
functions
  | ... 11 lines of the commit log omitted.

FAIL: 1 regressions

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

Running gcc:gcc.dg/debug/dwarf2/dwarf2.exp ...
FAIL: gcc.dg/debug/dwarf2/inline7.c scan-assembler-times  DW_AT_ranges 2


You can find the failure logs in *.log.1.xz files in
 - 
https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/110/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_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/110/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_m0_soft_eabi-build/110/artifact/artifacts/sumfiles/xfails.xfail

The configuration of this build is:
CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m 
-mtune=cortex-m0 -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_m0_soft_eabi-build/110/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/artifact/artifacts

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

Full commit : 
https://github.com/gcc-mirror/gcc/commit/bcb33b1237042e9540a905d9de19219f876e26c0

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


[Linaro-TCWG-CI] gcc-15-3095-gc9377734b798: FAIL: 8 regressions on arm

2024-08-22 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-1319 , 
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-3095-gc9377734b798
  | Author: Jeff Law 
  | Date:   Thu Aug 22 12:48:49 2024 -0600
  | 
  | [PR rtl-optimization/116420] Fix interesting block bitmap DF dataflow
  | 
  | The DF framework provides us a way to run dataflow problems on 
sub-graphs.
  | Naturally a bitmap of interesting blocks is passed into those routines. 
  At a
  | confluence point, the DF framework will not mark a block for 
re-processing if
  | it's not in that set of interesting blocks.
  | 
  | ... 22 lines of the commit log omitted.

FAIL: 8 regressions

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

Running gcc:gcc.dg/torture/dg-torture.exp ...
FAIL: gcc.dg/torture/pr116420.c -O0  execution test
FAIL: gcc.dg/torture/pr116420.c -O1  execution test
FAIL: gcc.dg/torture/pr116420.c -O2  execution test
FAIL: gcc.dg/torture/pr116420.c -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
FAIL: gcc.dg/torture/pr116420.c -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
FAIL: gcc.dg/torture/pr116420.c -O3 -fomit-frame-pointer -funroll-loops 
-fpeel-loops -ftracer -finline-functions  execution test
FAIL: gcc.dg/torture/pr116420.c -O3 -g  execution test
... and 2 more entries

You can find the failure logs in *.log.1.xz files in
 - 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2594/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/2594/artifact/artifacts/notify/
The list of [ignored] baseline and flaky failures are in
 - 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2594/artifact/artifacts/sumfiles/xfails.xfail

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

-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/2594/artifact/artifacts
Reference build : 
https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2593/artifact/artifacts

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

Full commit : 
https://github.com/gcc-mirror/gcc/commit/c9377734b798d8d311dfd3a5618dc49407703b93

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


Re: [Linaro-TCWG-CI] gcc-15-3083-gbcb33b12370: FAIL: 1 regressions on master-thumb_m0_soft_eabi

2024-08-22 Thread Bernd Edlinger via Gcc-regression
Hi,

Can you check if this patch fixes the regressions?

https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661245.html


Thanks
Bernd.


On 8/23/24 01:57, ci_not...@linaro.org wrote:
> 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-1318 , 
> please let us know if you are looking at the problem and/or when you have a 
> fix.
> 
> In  arm-eabi cortex-m0 soft after:
> 
>   | commit gcc-15-3083-gbcb33b12370
>   | Author: Bernd Edlinger 
>   | Date:   Fri Aug 16 12:26:27 2024 +0200
>   | 
>   | Do not emit a redundant DW_TAG_lexical_block for inlined subroutines
>   | 
>   | While this already works correctly for the case when an inlined
>   | subroutine contains only one subrange, a redundant 
> DW_TAG_lexical_block
>   | is still emitted when the subroutine has multiple blocks.
>   | 
>   | Fixes: ac02e5b75451 ("re PR debug/37801 (DWARF output for inlined 
> functions
>   | ... 11 lines of the commit log omitted.
> 
> FAIL: 1 regressions
> 
> regressions.sum:
>   === gcc tests ===
> 
> Running gcc:gcc.dg/debug/dwarf2/dwarf2.exp ...
> FAIL: gcc.dg/debug/dwarf2/inline7.c scan-assembler-times  DW_AT_ranges 2
> 
> 
> You can find the failure logs in *.log.1.xz files in
>  - 
> https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/110/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_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/110/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_m0_soft_eabi-build/110/artifact/artifacts/sumfiles/xfails.xfail
> 
> The configuration of this build is:
> CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m 
> -mtune=cortex-m0 -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_m0_soft_eabi-build/110/artifact/artifacts
> Reference build : 
> https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/artifact/artifacts
> 
> Reproduce last good and first bad builds: 
> https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/bcb33b1237042e9540a905d9de19219f876e26c0/tcwg_gnu_embed_check_gcc/master-thumb_m0_soft_eabi/reproduction_instructions.txt
> 
> Full commit : 
> https://github.com/gcc-mirror/gcc/commit/bcb33b1237042e9540a905d9de19219f876e26c0
> 
> List of configurations that regressed due to this commit :
> * tcwg_gnu_embed_check_gcc
> ** master-thumb_m0_soft_eabi
> *** FAIL: 1 regressions
> *** 
> https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/bcb33b1237042e9540a905d9de19219f876e26c0/tcwg_gnu_embed_check_gcc/master-thumb_m0_soft_eabi/details.txt
> *** 
> https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/110/artifact/artifacts