This is the mail archive of the gcc-bugs@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]

[Bug java/12896] gmp-4.2.1 and gcc-3.3.2 won't compile with gcc-3.3.1 on sparc


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12896



------- Additional Comments From villegas at math dot gatech dot edu  2003-11-04 17:16 -------

hmmm... sorry, I didn't review what I did before sending it, here are a few 
corrections and additions:

- APOLOGY: I tagged it as java subsystem, while the initial gmp problem has 
nothing to do with that, the java subsystem problem is on the 3.3.2 version of 
gcc, I should have sent two reports instead of 1.
- CORRECTION: the gmp version that manifests problems is 4.1.2 (the latest, 
instead of the unexistent 4.2.1 that I mentioned consistently...)
- ADDITION: The gmp errors are:
(a lot of similar messages removed):
tmp-add_n.s:168: Error: Architecture mismatch on "ldx".
tmp-add_n.s:168:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:171: Error: Architecture mismatch on "srlx".
tmp-add_n.s:171:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:173: Error: Architecture mismatch on "stx".
tmp-add_n.s:173:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:178: Error: Architecture mismatch on "bge,pt %icc,.Loop".
tmp-add_n.s:178:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:185: Error: Architecture mismatch on "srlx".
tmp-add_n.s:185:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:187: Error: Architecture mismatch on "stx".
tmp-add_n.s:187:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:193: Error: Architecture mismatch on "srlx".
tmp-add_n.s:193:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:195: Error: Architecture mismatch on "stx".
tmp-add_n.s:195:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:202: Error: Architecture mismatch on "srlx".
tmp-add_n.s:202:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:204: Error: Architecture mismatch on "stx".
tmp-add_n.s:204:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:210: Error: Architecture mismatch on "srlx".
tmp-add_n.s:210:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:211: Error: Architecture mismatch on "stx".
tmp-add_n.s:211:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:214: Error: Architecture mismatch on "bz,pn %icc,.Lret".
tmp-add_n.s:214:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:217: Error: Architecture mismatch on "ldx".
tmp-add_n.s:217:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:219: Error: Architecture mismatch on "ldx".
tmp-add_n.s:219:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:228: Error: Architecture mismatch on "stx".
tmp-add_n.s:228:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:230: Error: Architecture mismatch on "bnz,pt %icc,.Loop0".
tmp-add_n.s:230:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
tmp-add_n.s:231: Error: Architecture mismatch on "srlx".
tmp-add_n.s:231:  (Requires v9|v9a|v9b; requested architecture is sparclite.)
*** Error code 1
make: Fatal error: Command failed for target `add_n.lo'
Current working directory /tmp/src/gmp/gmp-4.1.2/mpn
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/src/gmp/gmp-4.1.2
*** Error code 1
make: Fatal error: Command failed for target `all'

Carlos


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