From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C249385841A; Mon, 25 Mar 2024 09:45:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C249385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711359940; bh=BvSd+SEu4cepivZgtf3bCO9YnphBcvaMV7mMyAJ7/P4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K4SI1ux8Bq53S2hOazbVg28AkWgHhBzvfLgXUXVKDhOAiILYaKsaTXwD75B9iOXJP V2PA3fIXQkj/RfJb2SPQh9009FT6VMrsat21iJScKp/EipsozZBA0PqM63VINKi3iW yK0rjJfrP4CSOPWfHqc+jTrzlzOboyfiJySPlsAE= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/111736] Address sanitizer is not compatible with named address spaces Date: Mon, 25 Mar 2024 09:45:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: addr-space, 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: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111736 --- Comment #28 from Jakub Jelinek --- Created attachment 57807 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57807&action=3Dedit gcc14-pr111736-tsan.patch Untested patch for tsan.=