Ah... When I solved the huge conflict this morning due to AVX10 refactor for
GCC13/12, I forgot that it is in GCC14 AVX10.1 refactor when I added the
_mm_avx512_setzero_ps/pd. Should use _mm_setzero_ps/pd instead.
Never do something tweak quickly on a sleepy Monday morning.
Thx,
Haochen
> -O
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_64.native >> 1.log;
echo "=
> -Original Message-
> From: Sam James
> Sent: Thursday, August 15, 2024 6:30 AM
> To: Jiang, Haochen
> Cc: gcc-regression@gcc.gnu.org; gcc-testresu...@gcc.gnu.org;
> g...@gcc.gnu.org
> Subject: Re: gcc-regression script build fail info
>
> "Jiang, Haochen" writes:
>
> > Ping for this
The three avx10.2 related test regression are all related to the usage of
-mavx10.2 -march=cascadelake, which is unavoidable warning.
I am considering to change -march=cascadelake to a arch with AVX10 in
the future to avoid these false alarms.
Thx,
Haochen
> -Original Message-
> From: ha
As applied to all AVX10.2 patches, it is caused by vector size warning
mentioned previously.
Thx,
Haochen
> -Original Message-
> From: haochen.jiang
> Sent: Monday, August 26, 2024 11:54 PM
> To: jun.zh...@intel.com; gcc-regression@gcc.gnu.org; gcc-
> patc...@gcc.gnu.org; Jiang, Haochen
As each AVX10.2 testcases previously, this is caused by option combination
warning,
which is expected.
> From: haochen.jiang
> Sent: Monday, September 2, 2024 9:06 PM
>
> On Linux/x86_64,
>
> f77435aa3911c437cba71991509eee57b333b3ce is the first bad commit commit
> f77435aa3911c437cba71991509e
0_2-bf-vector-
> cmpp-1.c (test for excess errors) on Linux/x86_64
>
> On Tue, Sep 3, 2024 at 9:45 AM Jiang, Haochen via Gcc-regression
> wrote:
> >
> > As each AVX10.2 testcases previously, this is caused by option combination
> warning,
> > which is expected.
&g
; > >
> > > On Tue, Sep 3, 2024 at 9:45 AM Jiang, Haochen via Gcc-regression
> > > wrote:
> > > >
> > > > As each AVX10.2 testcases previously, this is caused by option
> combination
> > > warning,
> > > > which is expe
Hi Matthias,
From my side, I get several error like this:
/export/users/haochenj/src/gcc-bisect/master/master/r15-429/bld/x86_64-linux/32/libstdc++-v3/include/experimental/bits/simd_builtin.h:131:
error: could not convert
'std::experimental::parallelism_v2::__vec_shuffle<__vector(4) wchar_t,
_
On Linux/x86_64,
a9251ab3c91c8c559d0306838575a666ae62dff4 is the first bad commit
commit a9251ab3c91c8c559d0306838575a666ae62dff4
Author: Richard Biener
Date: Thu May 16 12:35:28 2024 +0200
wrong code with points-to and volatile
caused
with GCC configured with
../../gcc/configure
--pr
The fail is expected since -march=cascadelake -mavx10.1-256 will lead to a
warning.
Also, we could not use -mno-avx512f with -mavx10.1-256, which also lead to a
warning.
> -Original Message-
> From: haochen.jiang
> Sent: Monday, June 3, 2024 10:22 PM
> To: Jiang, Haochen ; gcc-regressio
> -Original Message-
> From: Sam James
> Sent: Thursday, July 18, 2024 12:48 PM
> To: haoch...@gnu-skx-1.sc.intel.com
> Cc: gcc-regression@gcc.gnu.org; gcc-testresu...@gcc.gnu.org; Jiang, Haochen
>
> Subject: Re: master branch: commit r15-2116 failed to bootstrap on
> Linux/x86_64 (commit
> > 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 ma
> -Original Message-
> From: Jiang, Haochen
> Sent: Thursday, July 18, 2024 3:46 PM
> To: 'Sam James'
> Cc: 'gcc-regression@gcc.gnu.org' ; 'gcc-
> testresu...@gcc.gnu.org' ; g...@gcc.gnu.org
> Subject: gcc-regression script build fail info
>
> > > For future reports, would it be possib
Hi Paul,
I suspect it is not the correct way to do that, those lines are ok since they
are XFAIL. The problem is that specific warning test.
Thx,
Haochen
From: Paul Richard Thomas
Sent: Friday, July 19, 2024 12:28 AM
To: haochen.jiang
Cc: pa...@gcc.gnu.org; gcc-regression@gcc.gnu.org; gcc-pat
Just did a quick test. Correct myself previously. Those lines also
needs to be removed since they are XPASS now.
However the real issue is the dg-note at Line 32, that is the warning
disappeared.
diff --git a/libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90
b/libgomp/testsuite/libgomp
It might be a false positive timeout alert. Please ignore that first.
Thx,
Haochen
> -Original Message-
> From: haochen.jiang
> Sent: Tuesday, July 23, 2024 7:51 PM
> To: j...@ventanamicro.com; gcc-regression@gcc.gnu.org; gcc-
> patc...@gcc.gnu.org; Jiang, Haochen
> Subject: [r15-2196 R
> -Original Message-
> From: Jakub Jelinek
> Sent: Wednesday, July 24, 2024 1:09 PM
> To: Jiang, Haochen
> Cc: j...@ventanamicro.com; gcc-regression@gcc.gnu.org; gcc-
> patc...@gcc.gnu.org
> Subject: Re: [r15-2196 Regression] FAIL: c-c++-common/dfp/convert-bfp-6.c
> -std=gnu++98 execut
> From: haochen.jiang
> Sent: Friday, November 1, 2024 4:32 PM
>
> On Linux/x86_64,
>
> e9ab41b79933d42410126f0eb7b29f820745276c is the first bad commit commit
> e9ab41b79933d42410126f0eb7b29f820745276c
> Author: Hu, Lin1
> Date: Fri Nov 1 10:04:40 2024 +0800
>
> Support Intel MOVRS
>
>
> From: haochen.jiang
> Sent: Monday, June 16, 2025 11:42 AM
> To: a...@gjlay.de; gcc-regression@gcc.gnu.org; gcc-patc...@gcc.gnu.org;
> Jiang, Haochen
>
> On Linux/x86_64,
>
> ddf8b0e06f27667b689dbd970d6c4ab0f088d671 is the first bad commit
> commit ddf8b0e06f27667b689dbd970d6c4ab0f088d671
>
Hi all,
During my vacation last three weeks, it seems to me that
my bisect script is down. After I am back from my holiday
this week, I found that the machine OS disk is totally down.
Please expect some time to bring that bisect script back. The
Test regression reporter is still running. (However
The script is back online for now. But still with some issues
on automation due to the machine config after crash.
I will run the script on at least a daily basis for a temporary
solution.
Thx,
Haochen
From: Jiang, Haochen
Sent: Wednesday, May 14, 2025 10:51 AM
To: gcc-regression@gcc.gnu.org
Sub
I will do that.
Thx,
Haochen
From: Andrew Pinski
Sent: Thursday, June 12, 2025 10:52 PM
Cc: gb.de...@gmail.com; gcc-regression@gcc.gnu.org; GCC Patches
; Jiang, Haochen
Subject: Re: [r16-1429 Regression] FAIL: g++.target/i386/vect-pragma-target-2.C
-std=gnu++98 (test for excess errors) on Lin
On Linux/x86_64,
6456da6bab8a2c43e7899afda991589065d96595 is the first bad commit
commit 6456da6bab8a2c43e7899afda991589065d96595
Author: Jonathan Wakely
Date: Thu Jul 17 22:02:45 2025 +0100
libstdc++: Make atomicity helpers use unsigned arithmetic [PR121148]
caused
FAIL: g++.dg/analyzer
> From: Robin Dapp
> Sent: Friday, September 12, 2025 2:53 PM
>
> > FAIL: gcc.target/i386/pr116896.c scan-assembler-times \tjp\t 2
> > FAIL: g++.target/i386/pr116896-1.C -std=gnu++20 scan-assembler-times
> \tjp\t 1
> > FAIL: g++.target/i386/pr116896-1.C -std=gnu++23 scan-assembler-times
> \tj
On Linux/x86_64,
9ff5cadac4579fe714dc8de3a39eaef8534c64f7 is the first bad commit
commit 9ff5cadac4579fe714dc8de3a39eaef8534c64f7
Author: Robin Dapp
Date: Tue Sep 9 16:15:48 2025 +0200
ifcvt: Clarify if_info.original_cost.
caused
FAIL: gcc.target/i386/pr116896.c scan-assembler-times \tjp
> From: Andi Kleen
> Sent: Friday, August 29, 2025 5:13 AM
> > >
> > > with GCC configured with
> > >
> > > ../../gcc/configure --prefix=/export/users3/haochenj/src/gcc-
> bisect/master/master/r16-3364/usr --enable-clocale=gnu --with-system-zlib -
> -with-demangler-in-ld --with-fpmath=sse --enable
> From: Andi Kleen
> Sent: Friday, August 29, 2025 1:22 PM
>
> This patch should fix it. Please confirm.
>
>
> diff --git a/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-1.c
> b/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-1.c
> index e5be3a35538..cb576eb4498 100644
> --- a/gcc/testsuite/g
> From: Jiang, Haochen
> Sent: Friday, August 29, 2025 1:48 PM
>
> > From: Andi Kleen
> > Sent: Friday, August 29, 2025 1:22 PM
> >
> > This patch should fix it. Please confirm.
> >
> >
> > diff --git a/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-1.c
> > b/gcc/testsuite/gcc.target/i386/shift-
On Linux/x86_64,
001cd39749f94ece8276b63f91eb864babb81a5d is the first bad commit
commit 001cd39749f94ece8276b63f91eb864babb81a5d
Author: Andi Kleen
Date: Sun Aug 3 17:35:39 2025 -0700
Use x86 GFNI for vectorized constant byte shifts/rotates
caused
FAIL: gcc.target/i386/shift-gf2p8affine
On Linux/x86_64,
c77d79785d32b30502c8bcd6aa53b63d715bb124 is the first bad commit
commit c77d79785d32b30502c8bcd6aa53b63d715bb124
Author: David Faust
Date: Wed Aug 6 09:24:40 2025 -0700
ctf: avoid overflow for array num elements [PR121411]
caused
FAIL: gcc.dg/debug/ctf/ctf-array-7.c (tes
On Linux/x86_64,
e77daa57300ba2cb116af8dd24f58cad00dc669c is the first bad commit
commit e77daa57300ba2cb116af8dd24f58cad00dc669c
Author: Paul Thomas
Date: Wed Sep 24 08:01:23 2025 +0100
Fortran: Fix ICE in check_interface [PR87908]
caused
FAIL: gfortran.dg/pr87908.f90 -O0 (internal c
32 matches
Mail list logo