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: IA64 bootstrap problem for Ada


    This is a somewhat new thing.  It isn't inconsistent.  It means the
    mode has 96 bits of value but takes up 16*BITS_PER_UNIT (128) bits of
    storage.  Think TYPE_SIZE versus TYPE_PRECISION.  BImode has been like
    this since its invention.  XFmode being like this is new.  Other modes
    are likely to take advantage of this in the future.

But you didn't answer my second (and more important) question: what
should TYPE_SIZE, TYPE_SIZE_UNIT, and TYPE_ALIGN be for such a thing?


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