From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A24B3858C66; Fri, 22 Dec 2023 13:55:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A24B3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703253357; bh=GUJARjlnEngEEWWvaQEPiMVWbksFzVtEWVE010BEC34=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KjGXYcChz94JDlnHFGZGQZeqxDlQorENIgLXYh0w/l6mumBR6g1ePazycNV/i7QVk q25Nyykj8YRwDwrrhY6D5PtXIpFsukxWYJDlL+ULHnp57sS++9dhCXeuJ/6682AnDJ keDB7G3cVDCyfKhxaSPjHM1/gEU3a1Z1cYPoMbic= 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: Fri, 22 Dec 2023 13:55:56 +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: P3 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 #2 from Sam James --- (In reply to Jakub Jelinek from comment #1) > Any progress with the bisection? sorry, not yet. I've been away from the computer mostly for an emergency. I did make a start, but I got frustrated with how the Makefile deps seem br= oken (replacing a .o and running 'make' doesn't trigger a rebuild correctly in a= ll cases). > Or at least details what exactly are you compiling (with what patches etc= .)? I can reproduce it consistently with: ``` wget https://www.fftw.org/fftw-3.3.10.tar.gz tar xvf fftw-3.3.10.tar.xz && cd fftw-3.3.10 ./configure CFLAGS=3D"-O3 -m32 -march=3Dznver2 -ggdb3" make -j$(nproc) make -j$(nproc) check ``` Let me know if you need more.=