From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FAFC3858D28; Wed, 3 May 2023 09:41:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FAFC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683106899; bh=/S+H9uzA7luvVvO0MLPRJM6wf5AVLTXWl0VQMUzO1WE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BekWBJhVpJQMkZl6uK581zlxL4jZav8YIoaqkVwYT5TaMN8xECktFDUz2K3lwT5YG /bus3bZsaNt3NMCrtKFKgIjnPxva0iSeUfjO1TWH56q1ASPE+2x3ig0PXRyws6OPhN hBZS8q6LiBgSn0JM9gYoyG5SgWM9xo5hwehd7dBk= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/109700] ICE with address sanitizer after declaring __builtin_alloca since r8-1884-ge3174bdf35c172f Date: Wed, 03 May 2023 09:41:38 +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: 13.1.1 X-Bugzilla-Keywords: accepts-invalid, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org 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: 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=3D109700 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE with address sanitizer |ICE with address sanitizer |after declaring |after declaring |__builtin_alloca |__builtin_alloca since | |r8-1884-ge3174bdf35c172f --- Comment #7 from Martin Li=C5=A1ka --- (In reply to Andrew Pinski from comment #4) > Most likely started with r8-1884-ge3174bdf35c172f (just like PR 104449 ).= PR > 104449 was supposed to fix part of this but it seems like it didn't. Yes, started with r8-1884-ge3174bdf35c172f.=