https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116926

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually it is simplier than that:
-      limit_mode = from_mode;
+      limit_mode = GET_MODE_NEXT_MODE (from_mode).require ();

Reply via email to