From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C9A05384DEE5; Mon, 4 Dec 2023 22:17:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9A05384DEE5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701728231; bh=y4Qw4u+neBjqlIa3Ujc7QHf5IjSh3zEZpWN14ZGjSMY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m/0W2OP6+GWIziEtZXaETzzSbp1MTP5t9oKZtpundNd1BnYcSs6yKP6ekEfXMCxuX Ep+dR1IAGRQfTpE41d4eUMdH6HsrB13+G52Ma5rJNEg2AiboUEpAcl/b10/S8Gr48T nsKPCrbuRMMLDKmyNQtJ4vHnTQyWG6L90rJPvC+k= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112755] RISC-V regression testsuite errors with rv32gcv_zvl256b Date: Mon, 04 Dec 2023 22:17:11 +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=3D112755 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56711|0 |1 is obsolete| | --- Comment #2 from Patrick O'Neill --- Created attachment 56797 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56797&action=3Dedit rv32gcv_zvl256b testsuite failures 2023-12-04 Tested with hash 0c2ea80a4ffbddc0bc29f5badaf2ae43e59483b2 CI run: https://github.com/patrick-rivos/gcc-postcommit-ci/actions/runs/7089317318 Comparison with zvl128b (pr112754): Resolved failures (present on zvl128b but not zvl256b): XPASS: g++.dg/tree-ssa/pr83518.C -std=3Dgnu++14 scan-tree-dump optimized "return 15;" XPASS: g++.dg/tree-ssa/pr83518.C -std=3Dgnu++17 scan-tree-dump optimized "return 15;" XPASS: g++.dg/tree-ssa/pr83518.C -std=3Dgnu++20 scan-tree-dump optimized "return 15;" XPASS: g++.dg/tree-ssa/pr83518.C -std=3Dgnu++98 scan-tree-dump optimized "return 15;" New failures (present on zvl256b but not zvl128b): FAIL: gcc.dg/pr30957-1.c execution test FAIL: gcc.dg/pr30957-1.c scan-rtl-dump loop2_unroll "Expanding Accumulator" FAIL: gcc.dg/torture/pr109219.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error: in partial_subreg_p, at rtl.h:3187) FAIL: gcc.dg/torture/pr109219.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI " FAIL: gcc.dg/tree-ssa/ssa-sink-16.c (internal compiler error: verify_gimple failed) FAIL: gcc.dg/tree-ssa/ssa-sink-16.c (test for excess errors) FAIL: gcc.target/riscv/rvv/autovec/pr112552.c -O3 -ftree-vectorize (test for excess errors) All new failures are also seen on zvl128b: pr112754=