Thank you!
On Wed, May 6, 2020 at 12:43 AM Jakub Jelinek wrote:
>
> Hi!
>
> Similarly to the fixes on many other targets, riscv needs to use TARGET_EXPR
> to avoid having the create_tmp_var_raw temporaries without proper DECL_CONTEXT
> and not mentioned in local decls.
>
> Committed as obvious t
Hi!
Similarly to the fixes on many other targets, riscv needs to use TARGET_EXPR
to avoid having the create_tmp_var_raw temporaries without proper DECL_CONTEXT
and not mentioned in local decls.
Committed as obvious to trunk.
2020-05-06 Jakub Jelinek
PR target/94950
* config/r