This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: VOIDmode CONST_INTs cause abort()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]