On April 10, 2021 8:16:16 AM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>The gimplifier optimizes away COMPOUND_LITERAL_EXPRs, but they can
>remain
>in the form of ADDR_EXPR of COMPOUND_LITERAL_EXPRs in static
>initializers.
>By the TREE_STATIC check I meant to check that the underlying decl of
>the c
Hi!
The gimplifier optimizes away COMPOUND_LITERAL_EXPRs, but they can remain
in the form of ADDR_EXPR of COMPOUND_LITERAL_EXPRs in static initializers.
By the TREE_STATIC check I meant to check that the underlying decl of
the compound literal is a global rather than automatic variable which
obvio