From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A17A33858C36; Wed, 6 Mar 2024 16:44:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A17A33858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709743465; bh=ZNyRzKihcq6UaZ3pmn4PytJQANMs/1ZF7YMF+kzonSw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vMXtNlWzb9YFNTb1tjCVq1dSOsnDQUi9vP9PqZutgZiOc81jr8Qe6vo5N17xlVZ/K /+eqKPBxO0U6C3OS+3Zq7l4j5ut/XUBLTMQYxj4Z5oh3Hj29+ANvSZOoqAVxCNqkuK imy0SrkLQ4S31OAS9iTGvbPhd/XxL4P9Wm4BinWI= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113059] [15 regression] fftw fails tests for -O3 -m32 -march=znver2 since r14-6210-ge44ed92dbbe9d4 Date: Wed, 06 Mar 2024 16:44:23 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D113059 --- Comment #28 from Sam James --- (In reply to Sam James from comment #27) > Can someone sanity-check me on this by trying the instructions at > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114079#c0? >=20 > I think I can still hit the original crash, it's just flaky (it might pass > sometimes). I suspect the fix for PR114190 solves this.=