From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B82F3858D20; Fri, 17 Nov 2023 05:22:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B82F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700198535; bh=vlgvgyl7+YElBfV/Za9e9Ll3mjM3EWj43ChBxT1n2og=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OkeDxTo+LW6qNp8YSXBWaYqh1VkaxZllzHchRvR/yGJT7xz3hBlaSij1msVqz8t1L U+wGVTQhw73FgFRcACOlhBQhYkbx1Hhff74cAuYOPlzeSZKX+kbcr1mdtvyMLMWi/D ZtyLplbvDVOogA1OyJc/8Yn/cg3nRHMoTTLubUIU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112568] [14 Regression] Miscompilation of radeonsi (mesa) with -march=raptorlake (-mavx) since r14-5355-g3cd3a09b3f91a1 Date: Fri, 17 Nov 2023 05:22:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: blocker X-Bugzilla-Who: pinskia 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=3D112568 --- Comment #5 from Andrew Pinski --- The first thing to start with is figure out which file is being miscompiled. Once we have that it might be easier to track down what is going wrong (we = can even look at the RTL dumps before and after to understand the issue).=