From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E87E33865C27; Mon, 4 Dec 2023 21:21:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E87E33865C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701724888; bh=+xuTbyQZy7VvoiJnlORoB+A8NhAuZ3mBUoPwnpg/rX4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MKlNKkWznDbAGzn5jSb4p3FDRBLYkwPP8c71ydsp4xmxDz4qrhC+DYu8tnwi65BT+ E+DlQrBWv2jHr5BsnDzAxrVuQMZJ0oTgUBeourA5Swv0SWnDhKhDwZHA+9lJDcoVZ9 /CgHpigRST1N2rpgZOwg62KZ65e9m+y8DYiDegOw= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112583] RISC-V regression testsuite errors with rv64gcv_zvl128b Date: Mon, 04 Dec 2023 21:21:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112583 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56698|0 |1 is obsolete| | --- Comment #13 from Patrick O'Neill --- Created attachment 56792 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56792&action=3Dedit rv32gcv_zvl128b testsuite failures 2023-12-03 Tested with hash 806789e6daa39ab0503d91c71b3faeb5d5cdd317 CI run: https://github.com/patrick-rivos/gcc-postcommit-ci/actions/runs/7077949347 Resolved failures (improved from 9866c98e1015d98b8fc346d7cf73a0070cce5f69) FAIL: g++.dg/contracts/contracts-tmpl-spec2.C output pattern test XPASS: gcc.dg/uninit-pred-9_b.c bogus warning (test for bogus messages, line 20) FAIL: gcc.dg/vla-1.c scan-tree-dump-times optimized " s=3D> i" 2 FAIL: gcc.dg/tree-prof/time-profiler-3.c scan-ipa-dump-times profile "Read tp_first_run: 0" 1 FAIL: gcc.dg/tree-prof/time-profiler-3.c scan-ipa-dump-times profile "Read tp_first_run: 2" 1 New failures (regression from 9866c98e1015d98b8fc346d7cf73a0070cce5f69) FAIL: gcc.target/riscv/rvv/autovec/pr112552.c -O3 -ftree-vectorize (test for excess errors) Debug log for new failure: Executing on host: /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/build/build-gcc-linux-stage2/gcc/xgcc -B/github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommi= t-ci/riscv-gnu-toolchain/build/build-gcc-linux-stage2/gcc/ /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112= 552.c -march=3Drv64gcv_zvl128b -mabi=3Dlp64d -mcmodel=3Dmedlow=20=20 -fdiagnostics-plain-output -O3 -ftree-vectorize -O3 -march=3Drv64gcv -mabi= =3Dlp64d --param=3Driscv-autovec-preference=3Dfixed-vlmax -w -S -o pr112552.s (= timeout =3D 600) spawn -ignore SIGHUP /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/build/build-gcc-linux-stage2/gcc/xgcc -B/github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommi= t-ci/riscv-gnu-toolchain/build/build-gcc-linux-stage2/gcc/ /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112= 552.c -march=3Drv64gcv_zvl128b -mabi=3Dlp64d -mcmodel=3Dmedlow -fdiagnostics-plai= n-output -O3 -ftree-vectorize -O3 -march=3Drv64gcv -mabi=3Dlp64d --param=3Driscv-autovec-preference=3Dfixed-vlmax -w -S -o pr112552.s /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112= 552.c: In function 'h': /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112= 552.c:11:15: error: initialization of 'char *' from incompatible pointer type 'void (*)(= )' [-Wincompatible-pointer-types] compiler exited with status 1 FAIL: gcc.target/riscv/rvv/autovec/pr112552.c -O3 -ftree-vectorize (test for excess errors) Excess errors: /github/patrick-postcommit-runner-2/_work/gcc-postcommit-ci/gcc-postcommit-= ci/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112= 552.c:11:15: error: initialization of 'char *' from incompatible pointer type 'void (*)(= )' [-Wincompatible-pointer-types] This new failure just looks like fallout from: https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3D9715c545d33b3a32ddc1ae8= 17ba9356ade1fb9df=