Hi,
On Sat, Oct 17 2020, Richard Biener wrote:
> On October 16, 2020 8:46:39 PM GMT+02:00, Martin Jambor
> wrote:
>>Hi,
>>
>>in PR 97456, IPA-SRA triggers a bug in tree-complex.c where it
>>converts:
>>
>>
>> a$_M_value_21 = COMPLEX_EXPR ;
>>
>>(where ISRA.18 is IPA-SRA created PARM_DECL with
On October 16, 2020 8:46:39 PM GMT+02:00, Martin Jambor wrote:
>Hi,
>
>in PR 97456, IPA-SRA triggers a bug in tree-complex.c where it
>converts:
>
>
> a$_M_value_21 = COMPLEX_EXPR ;
>
>(where ISRA.18 is IPA-SRA created PARM_DECL with DECL_IGNORED_P set,
>which is why it only happens with IPA-SR
Hi,
in PR 97456, IPA-SRA triggers a bug in tree-complex.c where it
converts:
a$_M_value_21 = COMPLEX_EXPR ;
(where ISRA.18 is IPA-SRA created PARM_DECL with DECL_IGNORED_P set,
which is why it only happens with IPA-SRA) into:
a$_M_value_21 = COMPLEX_EXPR ;
i.e. it replaces two uses