RE: [r15-4833 Regression] FAIL: gcc.dg/builtin-prefetch-1.c (test for warnings, line 36) on Linux/x86_64

2024-11-01 Thread Jiang, Haochen via Gcc-regression
> 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 > >

RE: [r15-3359 Regression] FAIL: gcc.target/i386/avx10_2-bf-vector-cmpp-1.c (test for excess errors) on Linux/x86_64

2024-09-04 Thread Jiang, Haochen via Gcc-regression
; > > > > > 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

RE: [r15-3359 Regression] FAIL: gcc.target/i386/avx10_2-bf-vector-cmpp-1.c (test for excess errors) on Linux/x86_64

2024-09-02 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-3359 Regression] FAIL: gcc.target/i386/avx10_2-bf-vector-cmpp-1.c (test for excess errors) on Linux/x86_64

2024-09-02 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-3185 Regression] FAIL: gcc.target/i386/avx10_2-compare-1.c (test for excess errors) on Linux/x86_64

2024-08-26 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-3000 Regression] FAIL: gcc.target/i386/avx10_2-rounding-3.c (test for excess errors) on Linux/x86_64

2024-08-20 Thread Jiang, Haochen via Gcc-regression
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

RE: gcc-regression script build fail info

2024-08-14 Thread Jiang, Haochen via Gcc-regression
> -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

RE: gcc-regression script build fail info

2024-08-12 Thread Jiang, Haochen via Gcc-regression
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 "=

RE: [r13-8949 Regression] FAIL: gcc.target/i386/avx512dq-vreducess-1b.c (test for excess errors) on Linux/x86_64

2024-07-28 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-2196 Regression] FAIL: c-c++-common/dfp/convert-bfp-6.c -std=gnu++98 execution test on Linux/x86_64

2024-07-23 Thread Jiang, Haochen via Gcc-regression
> -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

RE: [r15-2196 Regression] FAIL: c-c++-common/dfp/convert-bfp-6.c -std=gnu++98 execution test on Linux/x86_64

2024-07-23 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-2135 Regression] FAIL: libgomp.oacc-fortran/privatized-ref-2.f90 -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -Os at line 32 (test for warnings, line 31) on Linux/x86_64

2024-07-18 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-2135 Regression] FAIL: libgomp.oacc-fortran/privatized-ref-2.f90 -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -Os at line 32 (test for warnings, line 31) on Linux/x86_64

2024-07-18 Thread Jiang, Haochen via Gcc-regression
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

RE: gcc-regression script build fail info

2024-07-18 Thread Jiang, Haochen via Gcc-regression
> -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

gcc-regression script build fail info

2024-07-18 Thread Jiang, Haochen via Gcc-regression
> > 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

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

2024-07-17 Thread Jiang, Haochen via Gcc-regression
> -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

RE: [r15-983 Regression] FAIL: gcc.target/i386/avx10_1-25.c (test for excess errors) on Linux/x86_64

2024-06-03 Thread Jiang, Haochen via Gcc-regression
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

[r15-579 Regression] FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) on Linux/x86_64

2024-05-19 Thread Jiang, Haochen via Gcc-regression
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

RE: [r15-429 Regression] FAIL: experimental/simd/pr109261_constexpr_simd.cc -msse2 -O2 -Wno-psabi (test for excess errors) on Linux/x86_64

2024-05-14 Thread Jiang, Haochen via Gcc-regression
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, _