From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84E62383FBA3; Fri, 17 Feb 2023 11:39:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84E62383FBA3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676633969; bh=J39o/pguXb6iRmmU19pPOFcTZrDsCe+pJxjbH+yMkm0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ErkFMNCyYbOAiCKVVj7Uhas27Jra+L3o4PHrpZXMGyYH+YPc9pYmCxiWeGgR8cggK RQzixus3DxyT4nMmOkk6Yb6wDrr13Szxyipkl/2lp84aua2rQ98RzmK/qsRUCDTKJT fvXNkckJU/PeLph2FKu/ibI0l0kcZD7rZHwVem10= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108821] [11/12 Regression] LIM reissuing a violatile store when it cannot/should not Date: Fri, 17 Feb 2023 11:39:29 +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: 11.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work 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=3D108821 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] LIM |[11/12 Regression] LIM |reissuing a violatile store |reissuing a violatile store |when it cannot/should not |when it cannot/should not Known to work| |13.0 --- Comment #5 from Richard Biener --- Fixed on trunk sofar.=