From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 898E2388B6AF; Tue, 15 Nov 2022 11:49:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 898E2388B6AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668512965; bh=LceA9x34lzbvwxalYS1buM17ENxsvSC/yMlw3MXD7OQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G4XHwa7E2J3rP5JLGAcMY9+ZE+rq9R7QJRhRbcnnBd5oBZwnk9roDj1YJtjrQdAAl Qq175ZvXM7zmbtmVa/HxfQrlE81XdauWbUGgNWBocc5FYBjuV93JksvwncqY3snJse L9kE+4qa8UHxrZBZADa7GRqhfjBztN44WwjYVs4M= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107692] [13 regression] r13-3950-g071e428c24ee8c breaks many test cases Date: Tue, 15 Nov 2022 11:49: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: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: segher 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: 13.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=3D107692 --- Comment #3 from Segher Boessenkool --- Hi! (In reply to Hongyu Wang from comment #2) > I've tested the patch with cross-compler and all the fails disappeared, b= ut > I don't have a powerpc to do full bootstrap & regtest (I'm still applying > for gcc farm account). [ I approved that account ] -munroll-only-small-loops does not turn on or off -funroll-loops, and it should not, so that it does what it says, if nothing else. We do not want -frename-registers either (at -O2 at least), it hurts performance.=