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]

Re: size of int 24



> >   1)  Can I have gcc for a machine
> > where integers are 24 bit long ??
> 
> Yes, though it's not fantastic.  See for example the
> mn10200 port which has 24-bit address registers.
> 
> >    If so in which mode should I access them  ??
> >  (SI,PSI  ??)
> 
> PSI.
> 
> >   2) Can I change the mode sizes in gcc
> >      (machmode.def)   ??
> 
> No.
> 
> 1)  See, when I specify BITS_PER_WORD as 24 in tm.h 
file gcc crashes. Be cause unknown machine mode !!
How do I handle this ??






 


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

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