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]

Double word ints on PPC 604e


I'm trying to use "long long" integer type on a PPC 604e with gcc
2.7.  I keep getting exceptions when trying to run the compiled code. 
I don't see a compiler flag for running on a 604e vs. a 604 (the 604e
has no built-in 64-bit integer type).  I would have thought that gcc
would translate the long long type data manipulations into 32-bit
operations, but now I'm not so sure.

Can someone give me some pointers?  

Thanks,
Bryan

-- 
Bryan D. Lee                             Phone: 603/885-7025
Software Engineer & ELDP                 Fax  : 603/885-3016
Sanders-A Lockheed Martin Company        Pager: 603/423-5565
PO Box 868, PTP1-2361, Nashua, NH 03061  Email: bryan.d.lee@lmco.com

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