[Bug tree-optimization/115753] [15 Regression] ICE: tree check: expected ssa_name, have integer_cst in supportable_indirect_convert_operation, at tree-vect-stmts.cc:14680
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 2 18:27:42 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115753
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2024-07-02
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. A little better reduced testcase:
```
void f(_Complex _Float16*);
void
foo1 (_Complex _Float16 *d)
{
_Complex _Float16 cf = 3967 + 3791 * 1i;
f(&cf);
}
```
(no undefined code being involved).
More information about the Gcc-bugs
mailing list