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: 64 bit sparc solaris and gmp 4.0.1


   From: Teemu Torma <tot@trema.com>
   Date: Fri, 17 May 2002 14:39:44 +0200
   
   The offending lines look in both cases like (except register names):
   
   	subcc	0,%i1,%i4
   	subccc	0,%i0,%g0

This is definitely illegal, immediate operands can only
appear as the second operand.

If the author of this code really did mean '0', just replace
that first '0' in each line with '%g0'.


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