From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D112C3858C35; Mon, 27 Nov 2023 17:25:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D112C3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701105938; bh=CL1iIfx+Fe7+PRhiI8E3igRLOdfuROpga0i8GWVniCw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Sdfqp+ylWkYD+GTmcs3cZRr5kAEnQNfsv1G+E/gp2hNuuBksNVfs7HXi7x1K3Hxyp 1ezZcuTmFKQLmnzX95HndjWK/NI/lZkWkRQtlBbLaHBLg/W9LrXJPdo9ORlwE6hrLJ KJ9kyFcAIoegfVXqCkOo0It7VITBN8GECR2nCTBg= 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, 27 Nov 2023 17:25:38 +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 #56659|0 |1 is obsolete| | --- Comment #7 from Patrick O'Neill --- Created attachment 56698 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56698&action=3Dedit rv64gcv_zvl128b testsuite failures 2023-11-27 Tested with hash 9866c98e1015d98b8fc346d7cf73a0070cce5f69 CI run: https://github.com/patrick-rivos/gcc-postcommit-ci/actions/runs/6988591247 Resolved failures (improved from 30d8188e6d1b450533ab0055b951ebfc75022219) ERROR: gcc.dg/tree-ssa/return-value-range-1.c: 1: syntax error for " dg-do 1 ling " ERROR: gcc.dg/tree-ssa/return-value-range-1.c: 1: syntax error for " dg-do 1 ling " FAIL: gcc.dg/tree-ssa/ssa-lim-11.c scan-tree-dump-times lim2 "Executing sto= re motion of __gcov0.access_buf\\[[12]\\] from loop 1" 2 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 FAIL: gcc.dg/gomp/pr27573.c (internal compiler error: verify_gimple failed) FAIL: gcc.dg/gomp/pr27573.c (test for excess errors) FAIL: gfortran.dg/gomp/pr27573.f90 -O (internal compiler error: verify_gimple failed) FAIL: gfortran.dg/gomp/pr27573.f90 -O (test for excess errors) FAIL: g++.dg/modules/xtreme-header-2_b.C -std=3Dc++2b (test for excess erro= rs) New failures (regression from 30d8188e6d1b450533ab0055b951ebfc75022219) 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 These new fails were introduced in this range of commits:=20 https://github.com/gcc-mirror/gcc/compare/7bf1de918608e2d0b5a3ad0923040acb1= 819d9a5...41aacdea55c5d795a7aa195357d966645845d00e Postcommit CI run: https://github.com/patrick-rivos/gcc-postcommit-ci/issues/200=