From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2C243858C78; Tue, 21 May 2024 14:21:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2C243858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716301266; bh=Plz+rUFaHs+7H6Jc2X1D8OHKOMGQSv3Dd6DyMvegkSE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tThg3pO1soceuKjdHlP2slrQrbpBNdifOrnfJGD1necfvNKbuplKwGqo5C6HpArM4 2+TuxpMZMig1r6zuIIjRUKVZ/Qsqmdyp6ZX5/cq6IqfIiFwYjePuyoIOCWSxw+pLrg 0GqpS1zcHgg+B7xvUJrV40gEaij8Nrg5WF+h/rwQ= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/115172] Invalid -fsanitize=bool sanitization of variable from named address space Date: Tue, 21 May 2024 14:21:05 +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: 14.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D115172 --- Comment #5 from Uro=C5=A1 Bizjak --- (In reply to Jakub Jelinek from comment #4) > Created attachment 58261 [details] > gcc15-pr115172.patch >=20 > Full untested patch. I can confirm that this patch fixes boot for the kernel config from PR115172#43.=