On Wed, 28 Sep 2022 16:44:29 -0400
Nathan Sidwell via Gcc-patches <gcc-patches@gcc.gnu.org> wrote:

> +       else if (TREE_CODE (arg) == VAR_DECL && DECL_NTTP_OBJECT_P (arg))

Cosmetics, but I think the first part of the condition could be spelled
as VAR_P (arg)

thanks,

Reply via email to