From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8245D3858C66; Mon, 20 Mar 2023 19:36:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8245D3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679340992; bh=aaYKsL35NtlvpuXkvKTfuCluAuUFKcZUNPPUS/pbTtY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q3KNCR8IGxbGHr5G/sRdkRG4r4iU26bGFpbiqzlxO+lnpPh8Kwr+eqRMH3Ju6aHyi MiqkW5xDYKvJfPpKNbQX4mdnoexv62vui4w6iUDvn0i7aEywnJajXT+FOMdk/vdonL rFKjriXuup2nrTDLSm45H2CJlTzdKYaZXQVzqedw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109164] wrong code with thread_local reference, loops and -ftree-pre Date: Mon, 20 Mar 2023 19:36:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 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=3D109164 --- Comment #7 from Jakub Jelinek --- Fixed on the trunk so far.=