From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 822EB388E80C; Tue, 5 May 2020 12:39:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 822EB388E80C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588682397; bh=vvSc5QaA7BH02Sf038t4brVFRjWe/5QzP6S24v6RI30=; h=From:To:Subject:Date:In-Reply-To:References:From; b=idb2hXHCsvGLLriO96dLKjxU3386t/pmb16yBEx98wBtzFhKWERYUCJPkQop5XYOw 3xGQq05n9CsTMsDvfNTSPlQhynqhi0/zi/l5rIRvVtFX0UYoPyB2GV1XVubNlkx2y6 /5lmgiDV3kNrETq+Rzkg5GwpYJhjneKAkSm1+Y1w= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/39612] [8/9 Regression] LIM inserts loads from uninitialized local memory Date: Tue, 05 May 2020 12:39:57 +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: 4.4.0 X-Bugzilla-Keywords: deferred, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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, 05 May 2020 12:39:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D39612 --- Comment #42 from rguenther at suse dot de --- On Tue, 5 May 2020, tnfchris at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D39612 >=20 > Tamar Christina changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > CC| |tnfchris at gcc dot gnu.= org >=20 > --- Comment #41 from Tamar Christina --- > Hi Richi, >=20 > This patch f9e1ea10e657 seems to be causing miscompares in the GCC benchm= ark in > SPEC2017. >=20 > I haven't tried to produce a reproducer yet but could if that's needed. PR94949 (already fixed)=