https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118616
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I also think this warning is bogus. Because converts will be non empty if supportable_indirect_convert_operation returns true. Yes adding an assert will workaround the issue though. Maybe that is enough here.