From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D81B0385701B; Mon, 4 Dec 2023 10:23:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D81B0385701B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701685392; bh=S9Fz2f5QKyfixSAuOyKgzds8imzagsngY4n/MeNzFXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CMAUmWQvSnKya2rURIiNNRqzXiMk2T+SeO2G+ynXuc4nbvtkFJzFdKh2ONvv2T9B8 1YGZcXHXWIEOv2TSmdI0LjXn6L0dH1ez9G5aVtn1TIUGs1fk80se8xoxTmHLNpX2kr FZQF5+4Y51qkXRB3Z6oMEbaoXGDlVn2UR5FlgVTI= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112583] RISC-V regression testsuite errors with rv64gcv_zvl128b Date: Mon, 04 Dec 2023 10:23: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: rdapp at gcc dot gnu.org 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=3D112583 --- Comment #10 from Robin Dapp --- I didn't yet look at all those closer because they are more dump failures t= han real execution failures. The ones I checked are expected "^foobar$" but got: "foobar" so I considered this rather an environment problem than a real problem (like qemu stripping the output or so). But who knows. Going to have a closer l= ook this week. On my machine those pass at least.=