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: Help with gmp-4.0.1 and gcc-3.3.1 on sparcv9?



On Thursday, October 2, 2003, at 12:11 PM, Jakub Jelinek wrote:


There are actually more bugs in that __asm too.
"rJ" should be used for the args which end up in rs1 (%2, %4, %6),
while "rI" should be used for the rest of input args (%3, %5, %7).
Also, in the asm pattern, where argument has J in it it should be %rN
instead of %N, ie. subcc %r4,%5,%1 etc.

My profuse apologies for wasting your time---for some strange reason, I did not download the latest version of gmp from ftp.gnu.org; these issues are corrected in the latest version of gmp (4.1.2).


But the tree-ssa C compiler still does not bootstrap properly on sparcv9-sun-solaris2.8, so this is somewhat moot.

Brad


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