https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115571
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Status|NEW |ASSIGNED
--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> ---
I am going to test this:
```
(simplify
(float (convert (tcc_comparison@0 @1 @2)))
(cond @0 { build_one_cst (type); } { build_zero_cst (type); } )
)
```
(it works for this testcase and the one in PR 85466 I noticed this issue).