From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8EB63858038; Wed, 6 Mar 2024 14:40:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8EB63858038 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709736013; bh=YZAVQ1XkpblMXhQST06IiAE5qjzETmE7waPkh/qBuFc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GCvk5SW0mYKDlGgMqhdZtV1afaVEi+466aVm+Zf/slJJEXuBdzQqFevLVZNs/xQ7t oaEx8NkB8Y7uQgl6ZY94JRZFMzDLjV6C977EXe0c2jiqccY/aDvPBaM/BNXNya/Ls2 vL99Uh7AXFiuoMz9QbiNG9QM0cNto/hGmBNw5FNE= From: "qinzhao at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108896] provide "element_count" attribute to give more context to __builtin_dynamic_object_size() and -fsanitize=bounds Date: Wed, 06 Mar 2024 14:40:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: qinzhao at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: qinzhao 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=3D108896 --- Comment #50 from qinzhao at gcc dot gnu.org --- the 6th version of the patch sets targeted on GCC15 has been submitted to G= CC alias for review: https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645838.html https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645839.html https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645840.html https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645841.html https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645842.html https://gcc.gnu.org/pipermail/gcc-patches/2024-February/645843.html=