https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107920
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=50389
Component|tree-optimization |target
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The solution was gsi_replace_with_seq_vops/gimplify_and_update_call_from_tree
in gimple-fold.cc .
Which case this is a target issue. The target gimple folder should be handling
this ...