From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 983833858020; Wed, 11 Jan 2023 07:04:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 983833858020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673420683; bh=w+AiQIn1mb9LlCsxqaL0eKqdpdsxoVnRjZm7cG+0vqo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YFM2jJVyci3A+xbrF5vD75FyGOloTQNBdxbKHo/f4kedpSUYqplmL5wH5PzDP/I+V nuHDYvEWb4cETV0N5DyKUL5req0AEBi03UWNSxeZ8VNEURDRHODN8JhfmPxyIOfjFq dUPYjHwe6SQ0urNtFG+k4jO5EFY+irJ8gxowv7W8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106293] [13 Regression] 456.hmmer at -Ofast -march=native regressed by 19% on zen2 and zen3 in July 2022 Date: Wed, 11 Jan 2023 07:04:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D106293 --- Comment #10 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:8d96a7fc27f3561f984e50feb316d3e472ed9d14 commit r13-5099-g8d96a7fc27f3561f984e50feb316d3e472ed9d14 Author: Richard Biener Date: Wed Jan 11 08:02:52 2023 +0100 tree-optimization/106293 - fix testcase The following removes a problematic initializer which causes excess diagnostics with -m32 and isn't actually required. PR tree-optimization/106293 * gcc.dg/tree-ssa/ssa-dse-46.c: Remove long initializer.=