From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6A50385840B; Tue, 30 Jan 2024 07:59:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6A50385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706601542; bh=zPrZSG8C+RFEXfLzmpyzSuqjuLulMxtV6VeTGn4MeMg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hvemu0VTDHS894WRmmwAgeyL1YAqIjcN9yGbXk7LJaL0+K431ZAI0j9eycxeRzD3z tGCroKK4uxet+ggnPk7GyRydGX7JSMGE8xKjtpraKq+P1mefmdFlowUirEVMeKtOf6 7Zio9mhWfAWwFU3QkUsTbiLOdEqOo1rpAEwYKl1U= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113059] [14 regression] fftw fails tests for -O3 -m32 -march=znver2 since r14-6210-ge44ed92dbbe9d4 Date: Tue, 30 Jan 2024 07:59:02 +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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 #15 from Sam James --- at what point can we consider a revert for 14 and revisit for 15? there's a= few things which keep cropping up and I don't want to be ignoring other regress= ions because I'm assuming it's the same as this=