From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 207F53858C56; Fri, 14 Oct 2022 10:31:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 207F53858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665743507; bh=jFx7G9dVLjMyOLs0YBp6b9dZAm9gyF7Llr+a610LCt8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lSEIa2S6HieE7DQFsncKQf9ruIYKzDiZvDMF9xVLYzWhKl6YmgvwmwyS0f3WKfy8H hcb5Gg9tB4P90Q71gm7kXdvwmk+jQVKMfa4t0wCH9eoc13Dvt+lVY/zJzL7kSP+WHU 8d/hJJLzkEc6H7jhs2Rlf/YwyoBHSA28suWK7Av8= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104862] extern thread_local (emutls) code crashes with ASLR on Windows Date: Fri, 14 Oct 2022 10:31:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone 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=3D104862 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |DUPLICATE Target Milestone|--- |11.3 --- Comment #4 from Eric Botcazou --- It's actually a plain duplicate, so fixed in 11.3 and above. *** This bug has been marked as a duplicate of bug 64697 ***=