From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DA8E3857C5B; Tue, 21 Nov 2023 22:38:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DA8E3857C5B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700606287; bh=jMThdHnxAPPNlay16T/NB72+yWi+seaaqV/oTzl9YW0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XOxuFzigHv7XUiiqDPOFbjU4Fwy+49R5imN+lzyPI3yXN57zL2NG189J6aB6JsRey F6bhkRGW9BO/HxaSkrQCac4EJ8geVq4LAAT8b4JuxidNQNg9WBf+3iFB+BCL64p+Lr +MQ8YhfTfpqZIKspGmKXlq7TUZk+hsx5290Wuy4U= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112597] RISC-V regression testsuite errors with rv64gcv_zvl256b Date: Tue, 21 Nov 2023 22:38:07 +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: 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=3D112597 --- Comment #8 from Patrick O'Neill --- (In reply to JuzheZhong from comment #7) > I think there is middle-end issue here: >=20 > FAIL: gfortran.dg/maxval_char_3.f90 -O3 -fomit-frame-pointer > -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compil= er > error: in duplicate_and_interleave, at tree-vect-slp.cc:8025) >=20 > Could you file another PR CC me, Robin and Richard for this ? Filed: pr112661=