From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B70C3858D35; Tue, 7 May 2024 19:32:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B70C3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715110351; bh=QucTg0AqpXz0lCnqMpUeYqt/7JISk5xfk0SZPINyxTY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RlN3nvqwCeJgnSF3GQBRgKhOMAYNc3e/MLRBVjr0nyeJXIB8ndOKQUMN1+mC3raQu rFrppIvhzNXY5uGyFdEzsx4fdkMD8HpSs5y2YyKJDV/HkcbqSk3shIaO1niRdkAU7L x4vSvubYc5mKs3nYsy2BYkQbfaGAyAU8uAgMDw3g= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/114956] [11/12/13 Regression] Segmentation fault with -fsanitize=address -fsanitize=null -O2 when attribute no_sanitize_address is enabled since r9-5742 Date: Tue, 07 May 2024 19:32:27 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114956 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14/15 Regression] |[11/12/13 Regression] |Segmentation fault with |Segmentation fault with |-fsanitize=3Daddress |-fsanitize=3Daddress |-fsanitize=3Dnull -O2 when |-fsanitize=3Dnull -O2 wh= en |attribute |attribute |no_sanitize_address is |no_sanitize_address is |enabled since r9-5742 |enabled since r9-5742 --- Comment #6 from Jakub Jelinek --- Fixed for 14.2 and later for now.=