From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 491673861802; Mon, 24 Aug 2020 11:30:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 491673861802 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598268603; bh=SJf4ingSEpaMHpSFuirEZngE5KA5UaDPt7tVoD1QoE0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H2G3NFcy3XkvCX2ZZBOfrOCim77T3NhLpOCriNA+f0TxROXfN4mthexn01A6tQkBb NoQfvmwdB6bzYzQJj2+xr4Swoi9+ae/4rxQbwCl44jfVzSqtzI1lOlRJUqDUtonMui qKLRgVC3ZAtYrIEI6g7qZRSlyHw+CbxzM0zfdUrg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96722] [8/9/10/11 Regression] Clobbers on NULL since r8-1519 Date: Mon, 24 Aug 2020 11:30:03 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2020 11:30:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96722 --- Comment #3 from Jakub Jelinek --- Created attachment 49111 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D49111&action=3Dedit gcc11-pr96722.patch If *0 =3D{v} {CLOBBER}; is supposed to be a fancy nop, then we should ignor= e it during path isolation (shouldn't infer UB from clobber stmts).=