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: Double word ints on PPC 604e


>>>>> "Bryan D Lee" writes:

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

Bryan> Can someone give me some pointers?  

	gcc-2.7 is over six years old!  Why are you trying to use such an
antiquated version of GCC instead of a recent version?  The current
release is gcc-2.95.2. 

David


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