From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE865385842D; Mon, 29 Jan 2024 19:07:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE865385842D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706555275; bh=9a2K8VaD2M5VEUrp3gXbPvNZ6Ft3B2Sjm2njMlEGhzI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f9rnTCBK+y3sgSTXHduTj3PgK//T0ONxyJ9SV5qvjuFsjWfU7YCAEnUXuZBClFd+T u4WWaj6MmSoZMIvLbH1uoG1N5z01FRI9GgKpkvRXHeFMy75yP0ODSGIcqmAfiVQ68x UJgp/1UBGok3PsFjY49CgOnvb1MSLBwtswV50zNE= From: "rvmallad at amazon dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/97696] ICE since ASAN_MARK does not handle poly_int sized varibales Date: Mon, 29 Jan 2024 19:07:55 +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: 11.0 X-Bugzilla-Keywords: ice-checking X-Bugzilla-Severity: normal X-Bugzilla-Who: rvmallad at amazon dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D97696 Rama Malladi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rvmallad at amazon dot com --- Comment #2 from Rama Malladi --- Hi, Can this be actioned/ fixed? We had a related issue and would like this fix= ed. https://github.com/numpy/numpy/issues/25556 Thank you. Rama=