From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3F673858D38; Thu, 18 Apr 2024 13:53:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3F673858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713448393; bh=Zxe8vUCUKZgbmIQ7FDxRlxQRm39VIOqxCCpo8umCJ4w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wctX6s+IDIoxZeHQatmw9++22lNh9NdWt2xofw9XTVTWP0nHcFrob0wU3zdDJt67l wIK3q217dt61iPU34yBxl8ZQD0Y/4uYKKQ8gVVCqaOOldRPwjzsK02wc/VAtR2F5f/ kciL2aZhHmCqNIENvb8A60v3NcozqZh4w60+bh7o= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114768] Volatile reads can be optimized away Date: Thu, 18 Apr 2024 13:53:13 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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=3D114768 Segher Boessenkool changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #5 from Segher Boessenkool --- Created attachment 57984 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57984&action=3Dedit patch=