VOIDmode CONST_INTs cause abort()

Jim Wilson wilson@tuliptree.org
Fri Jun 27 20:26:00 GMT 2003


C Wilkie wrote:
>         case ZERO_EXTEND:
>           /* When zero-extending a CONST_INT, we need
> to know its
>              original mode.  */
>           if (op_mode == VOIDmode)
>             abort ();

(zero_extend (const_int X)) isn't valid.  There is probably something 
wrong with your port, such as a bad md file pattern.

Jim



More information about the Gcc mailing list