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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-11-05
             Status|UNCONFIRMED                 |NEW
             Target|                            |x86_64-*-* i?86-*-*
           Keywords|                            |rejects-valid

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  We end in the

    case V2DI_FTYPE_V2DI_INT_CONVERT:
      nargs = 2;
      rmode = V1TImode;
      nargs_constant = 1;
      break;

case, where nargs_constant looks wrong, but maybe I misunderstand it (it isn't
documented - number of args or argument at position?)

Reply via email to