From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CAAAE38618A3; Mon, 4 Dec 2023 21:35:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAAAE38618A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701725741; bh=vPEy8jMYcl2e/8n7Xe2S1ycSbrGlRwS1prfoWnaX4F8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pH5M42XYoBod/PlIsbTlUGMf4Bb70NvQXLRQEmWyacRQ4sgy+UAmGoGXkX61GYSD8 PsoPQWAE1nqkz20QnOpDTzs/dAkO2gfSV2VY2QIVLqpHbUrdDq1mGPOJ1yL2XOB6b6 FkWCf+zvDTbcs96WOzW/i74b7pz86aTcSSEGQU3A= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112598] RISC-V regression testsuite errors with rv64gcv_zvl512b Date: Mon, 04 Dec 2023 21:35:40 +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=3D112598 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56700|0 |1 is obsolete| | --- Comment #18 from Patrick O'Neill --- Created attachment 56794 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56794&action=3Dedit rv64gcv_zvl512b testsuite failures 2023-12-03 Tested with hash 806789e6daa39ab0503d91c71b3faeb5d5cdd317 CI run: https://github.com/patrick-rivos/gcc-postcommit-ci/actions/runs/7077949347 Comparison with zvl128b (pr112583): Resolved failures (present on zvl128b but not zvl512b): 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;" XPASS: gcc.dg/tree-ssa/pr84512.c scan-tree-dump optimized "return 285;" New failures (present on zvl512b but not zvl128b): FAIL: gfortran.dg/matmul_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/matmul_1.f90 -O3 -g execution test FAIL: gfortran.dg/proc_ptr_comp_12.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/proc_ptr_comp_12.f90 -O3 -g execution test FAIL: gcc.c-torture/compile/20090907-1.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.c-torture/compile/20090907-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gcc.dg/no-strict-overflow-6.c scan-tree-dump optimized "return 0" FAIL: gcc.dg/pr30957-1.c execution test FAIL: gcc.dg/pr30957-1.c scan-rtl-dump loop2_unroll "Expanding Accumulator" FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI i" 2 FAIL: gcc.dg/torture/pr58955-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test 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: FAIL: gcc.target/riscv/rvv/autovec/pr112552.c -O3 -ftree-vectorize (test for excess errors) This new failure is also seen on pr112583 - looks like a simple issue.=