From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B56D43858C54; Mon, 4 Mar 2024 12:09:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B56D43858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709554166; bh=Pmsvj1fyAPzyqJBzrZ3/lNqshKMDqnNAq3GfHWZKJ44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JAZgb+wCZlFoxeTvVLBeHB8OPTzX3NUgchsOmn3qcS/QzcZYGdM4NNfkIg+G+BLeo GCc0UiBtVos3i66tJTpa6sHWdNcmZNvKYNS5HzbzETLnBrLLSqAADHXGbbSlGrtIr1 bpzY6KO58WQMaUelOp8qfIcw42t4YTmCaoEq5gIY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110754] assume create spurious load for volatile variable Date: Mon, 04 Mar 2024 12:09:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status target_milestone 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=3D110754 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Target Milestone|--- |13.3 --- Comment #11 from Jakub Jelinek --- Should be now fixed for GCC 13.3+ too.=