This is the mail archive of the gcc-patches@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: fix vax cross from 64-bit host


!         /* Careful, init_expmed generates arbitrary rtx and
!            computes costs, so we can't abort.  */
!         c = 1000;
!         break;

I had changed this in my tree to return MAX_COST.  This seemed like
the correct solution since the modes (TImode, etc) generated by
init_expmed are not supported by MULT on vax.

There are other places in this function where we don't check whether
the mode specified is reasonable for a particular operation.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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