From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9F7F385828F; Sat, 24 Feb 2024 12:23:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9F7F385828F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708777382; bh=UyV6PMN3FzOWijfeMVhe9Xn1d3bQlwyhGWWnyZ3c2HM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rgNHNvwKF4BOfoDl7x6kaeYPedrJzz4mSahkgTBEfOQ1PzMvpX4A7DDm22feE5xgC IcEBitV0YEvoOmi3UBQb/oqqy3SJAmH6ujz0VauLcFUgy5D9huR36Wvnhlvn9LpWZ+ qxB7caY/Kr2PHHrBEhxonPLzDnfDeuOC/RawcnKs= From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/97696] ICE since ASAN_MARK does not handle poly_int sized varibales Date: Sat, 24 Feb 2024 12:23:00 +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: rsandifo at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D97696 --- Comment #3 from Richard Sandiford --- Created attachment 57520 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57520&action=3Dedit Candidate patch The attached patch seems to fix it. I'm taking next week off, but I'll run= the patch through proper testing when I get back.=