From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 889893840C18; Tue, 1 Sep 2020 10:56:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 889893840C18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598957763; bh=/f4t/Vx8/DvGT+huM4JzxPWJN+HU2KswUHyk1Br8B+c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PS+BQP1EOfu3AIdN1/vj1wV/i1ymv4b7AgFqFT/BS2nPOUtz+k+WE6RvmYTksXjqO c8hEsiE/IVl0fTjUI+LMyCITtSTnwlXEJOfR+dwHfwQr5Ae3mEtxZd/TdqnW8B9zU8 +SQZyWu5T3OupxMWZ2BFE2LAlQ27rfP74XtFrl8A= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96722] [8/9 Regression] Clobbers on NULL since r8-1519 Date: Tue, 01 Sep 2020 10:56: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: short_desc 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: Tue, 01 Sep 2020 10:56:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96722 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[8/9/10/11 Regression] |[8/9 Regression] Clobbers |Clobbers on NULL since |on NULL since r8-1519 |r8-1519 | --- Comment #11 from Jakub Jelinek --- CDDCE part moved to PR96881. This bug tracks the path isolation, which is = now fixed for 10.3+ and 11.1+.=