Re: [Linaro-TCWG-CI] gcc-15-2414-g2d105efd6f60: FAIL: 3 regressions on aarch64

2024-08-03 Thread Sam James via Gcc-regression
ci_not...@linaro.org writes: > 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 favo

Re: gcc-regression script build fail info

2024-08-14 Thread Sam James via Gcc-regression
"Jiang, Haochen" writes: > Ping for this thread. > > Any ideas? If no, I will change the generated info with command following > if we take r15-1643 as example and see if it is clearer: > > head -26 makelog.r15-1643.x86_64.native | tail -7 > 1.log; > grep -E "(error:|Error)" makelog.r15-1643.x86_

Re: master branch: commit r15-2116 failed to bootstrap on Linux/x86_64 (commit r15-2111 builds)!

2024-07-17 Thread Sam James via Gcc-regression
Hi! For future reports, would it be possible to change the grep to something like: grep -E "(error:|Error)" or just grep -rsin "error" -w or something. This would allow catching the actual compile error in libbacktrace if it's not going to fit in the last N lines from make. (Not needed here as

Re: [Linaro-TCWG-CI] gcc-15-2165-g01c095ab77f8: FAIL: 1 regressions on arm

2024-07-19 Thread Sam James via Gcc-regression
FAIL: gcc.dg/pr116003.c (test for excess errors) Excess errors: /home/tcwg-buildslave/workspace/tcwg_gnu_5/abe/snapshots/gcc.git~master/gcc/testsuite/gcc.dg/pr116003.c:4:1: sorry, unimplemented: '_BitInt(5)' is not supported on this target /home/tcwg-buildslave/workspace/tcwg_gnu_5/abe/snapshots/g

Re: [Linaro-TCWG-CI] gcc-15-4377-gf9bac2388401: Failure on aarch64

2024-10-16 Thread Sam James via Gcc-regression
This is https://gcc.gnu.org/PR117177 which has a patch posted by Jakub already at https://inbox.sourceware.org/gcc-patches/ZxArjATvc%2FnI6YiO@tucnak/.

Re: [Linaro-TCWG-CI] gcc-15-4685-g091e45b4e97d: FAIL: 1 regressions: 23 improvements on aarch64

2024-10-29 Thread Sam James via Gcc-regression
Christophe Lyon writes: > On Sat, 26 Oct 2024 at 14:17, Sam James via Gcc-regression > wrote: >> >> ci_not...@linaro.org writes: >> >> > Dear contributor, our automatic CI has detected problems related to >> > your patch(es). Please find some deta

RE: [Linaro-TCWG-CI] gcc-15-4672-gdf4af89bc3e: Failure on arm

2024-10-27 Thread Sam James via Gcc-regression
It's not possible to do a profiledbootstrap via cross. It might be possible for the Linaro CI to extract the bad preprocessed source and share the options used to build it (options at least should be in the log) but that won't help if the compiler is miscompiled...

Re: [Linaro-TCWG-CI] gcc-15-4685-g091e45b4e97d: FAIL: 1 regressions: 23 improvements on aarch64

2024-10-26 Thread Sam James via Gcc-regression
ci_not...@linaro.org writes: > 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 favo

Re: [Linaro-TCWG-CI] gcc-15-4672-gdf4af89bc3e: Failure on arm

2024-11-12 Thread Sam James via Gcc-regression
"Li, Pan2" writes: > No response from the compiler farm. > > But due to some more discussion for the simplification on SAT, this patch is > reverted. Thus I bet this build error should be gone > up to a point. Please feel free to ping me if any issues. Take Maxim up on their offer, I think? It'

Re: [Linaro-TCWG-CI] gcc-15-3899-g819098dc71f2: FAIL: 1 regressions: 1 improvements on aarch64

2024-09-27 Thread Sam James via Gcc-regression
ci_not...@linaro.org writes: > 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 favo

Re: Regressions on native/master at commit r15-3869 vs commit r15-3857 on Linux/x86_64

2024-09-25 Thread Sam James via Gcc-regression
I filed PR116845 for this.

Re: [r15-5359 Regression] FAIL: g++.dg/tree-ssa/pr109442.C -std=gnu++26 scan-tree-dump-not optimized "_M_start" on Linux/x86_64

2024-11-16 Thread Sam James via Gcc-regression
I think this testcase was accidentally included in r15-5359-gcc33f880e553d1 but this problem can be ignored, as it is now fixed by r15-5361-gaac5c57ee16723. (TL;DR: just a git snafu and the problem is resolved AFAICT.)

Re: [Linaro-TCWG-CI] gcc-15-5255-g7828dc070510: 33 regressions on arm

2024-11-15 Thread Sam James via Gcc-regression
This is https://sourceware.org/PR32366.

Re: [Linaro-TCWG-CI] gcc-15-6774-g740c84975ceb: Failure on arm

2025-01-12 Thread Sam James via Gcc-regression
This is definitely https://gcc.gnu.org/PR118409 (indeed the ifcombine change). We had PR118417 too which I suspect is the same.

Re: [Linaro-TCWG-CI] gcc-15-6566-g804e9d55d9e: 5 regressions on arm

2025-01-09 Thread Sam James via Gcc-regression
This is being worked on at https://inbox.sourceware.org/libc-alpha/328b6145af0d5c1d2c3fc5ef44cb7b747173d021.1736478704.git@gentoo.org/. See also https://inbox.sourceware.org/libc-alpha/fcdbc863-3ad7-de56-6076-85948d030...@redhat.com/. thanks, sam

Re: [r15-7532 Regression] FAIL: g++.dg/asan/pr118763.C -Os execution test on Linux/x86_64

2025-02-17 Thread Sam James via Gcc-regression
"haochen.jiang" writes: > On Linux/x86_64, > > e96e1bb69c7b46db18e747ee379a62681bc8c82d is the first bad commit > commit e96e1bb69c7b46db18e747ee379a62681bc8c82d > Author: Jason Merrill > Date: Fri Feb 14 10:53:01 2025 +0100 > > c++: extended temp cleanups [PR118856] > > caused > > FAIL: g

Re: [Linaro-TCWG-CI] gcc-15-9030-g78e0cf06c81: 5 regressions 4 improvements on master-thumb_m33_hard_eabi

2025-04-05 Thread Sam James via Gcc-regression
ci_not...@linaro.org writes: > Dear contributor, > > Our automatic CI has detected problems related to your patch(es). Please find > some details below. > > In arm-eabi cortex-m33 hard, after: > | commit gcc-15-9030-g78e0cf06c81 > | Author: Sam James > | Date: Sat Mar 29 21:09:25 2025 +

Re: [Linaro-TCWG-CI] gcc-15-8956-ge90d6c2639c: 8 regressions on aarch64

2025-03-29 Thread Sam James via Gcc-regression
ci_not...@linaro.org writes: > Dear contributor, > > Our automatic CI has detected problems related to your patch(es). Please find > some details below. > > In gcc_check master-aarch64, after: > | commit gcc-15-8956-ge90d6c2639c > | Author: Sam James > | Date: Thu Mar 27 00:21:43 2025 +0

Re: [r15-9427 Regression] FAIL: gcc.dg/ipa/pr119530.c execution test on Linux/x86_64

2025-04-14 Thread Sam James via Gcc-regression
"haochen.jiang" writes: > On Linux/x86_64, > > de1c734a8ae034c92f485e7f58b7fcb1c921ecd2 is the first bad commit > commit de1c734a8ae034c92f485e7f58b7fcb1c921ecd2 > Author: Martin Jambor > Date: Mon Apr 14 14:21:15 2025 +0200 > > ipa-cp: Make propagation of bits in IPA-CP aware of type conv

Re: Regressions on native/master at commit r16-29 vs commit r16-21 on Linux/x86_64

2025-04-18 Thread Sam James via Gcc-regression
This builder uses --with-arch=native. The (a) difference starts at x86-64-v3: $ diff -u <(gcc -O2 -fdump-tree-forwprop1-details=- -O2 gcc.dg/pr78408-3.c -c -march=x86-64-v2) <(gcc -O2 -fdump-tree-forwprop1-details=- -O2 gcc.dg/pr78408-3.c -c -march=x86-64-v3) --- /dev/fd/63 2025-04-19 01:27:31