On Wed, 26 Jun 2024, Marek Polacek wrote:
> Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
>
> -- >8 --
> Here we ICE in c_expr_sizeof_expr on an erroneous expr.value. The
> code checks for expr.value == error_mark_node but here the e_m_n is
> wrapped in a C_MAYBE_CONST_EXPR. I do
Sorry, I used the wrong e-mail address for Joseph.
On Wed, Jun 26, 2024 at 11:09:37AM -0400, Marek Polacek wrote:
> Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
>
> -- >8 --
> Here we ICE in c_expr_sizeof_expr on an erroneous expr.value. The
> code checks for expr.value == error_
Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
-- >8 --
Here we ICE in c_expr_sizeof_expr on an erroneous expr.value. The
code checks for expr.value == error_mark_node but here the e_m_n is
wrapped in a C_MAYBE_CONST_EXPR. I don't think we should have created
such a tree, so let's