From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23E563858D38; Fri, 8 Sep 2023 12:44:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23E563858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694177054; bh=a9UgscxVBJMOxHT0kByjHwcxM+8B7C6538tRX85lmog=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w/1Ij3nI88Xtogq2BA3sfqJlHzYScFoJ8cFqxmxHutEYTrFLdcrMyJwSTBF97Or1f Bf5IsPof3s5JVfIVg2MuxcBGmvHYVl8EDFpqocl3Tfv3I2bvyxtOiwUHk+vIeum60Z /+AkcZghAsVqUTi/xgC36U1wmDzAP0KI7rwcUE/o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111331] [11/12/13/14 Regression] Wrong code at -O1 on x86_64-linux-gnu since Date: Fri, 08 Sep 2023 12:44:13 +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: 14.0 X-Bugzilla-Keywords: patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc keywords 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=3D111331 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2023-Septemb | |er/629701.html Keywords| |patch --- Comment #12 from Andrew Pinski --- Trunk patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-September/629701.html Patches for the other branches will almost the same except the match.pd par= t is removed since it is not there.=