From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C6293858D38; Tue, 21 Nov 2023 17:43:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C6293858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700588634; bh=KfJqZQmiJRtnwEVxJAFRGfsNLuuhtdpCeNoTBHFniSw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rk0rtDygdPsugJknLHnEk9zFI2Ap2eeprrc3oZzf48Pl3zyMu+1lMFjTfkRU8EClH LEHWSsPWvmSWV7tFj5492o9hihwMLu6Kf0DkEWRPMBWga9mORYLVM2W0leUtPHY6Pc Mb4JJtsvLgEd+3ubjK1TLPqZXHoNES4zeXQ9dmek= 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: Tue, 21 Nov 2023 17:43:53 +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 #56625|0 |1 is obsolete| | --- Comment #4 from Patrick O'Neill --- Created attachment 56661 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56661&action=3Dedit rv64gcv_zvl512b testsuite failures 2023-11-21 This report does not include the fix by Juzhe. Tested with hash 30d8188e6d1b450533ab0055b951ebfc75022219 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;" FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test XPASS: gcc.dg/tree-ssa/pr84512.c scan-tree-dump optimized "return 285;" New failures (present on zvl512b but not zvl128b): FAIL: gfortran.dg/class_67.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test 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/maxval_char_3.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/maxval_char_3.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/maxval_char_3.f90 -O3 -g (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/maxval_char_3.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/maxval_char_4.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/maxval_char_4.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/maxval_char_4.f90 -O3 -g (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/maxval_char_4.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/minval_char_3.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/minval_char_3.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/minval_char_3.f90 -O3 -g (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/minval_char_3.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/minval_char_4.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/minval_char_4.f90 -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/minval_char_4.f90 -O3 -g (internal compiler error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) FAIL: gfortran.dg/minval_char_4.f90 -O3 -g (test for excess errors) 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/torture/pr58955-2.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI