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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
        case PLUS:
          result = wi::to_poly_wide (op0, mode) + wi::to_poly_wide (op1, mode);
          break;

Reply via email to