This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Darwin 3.4 make check results with -mcpu=G5
- From: Bradley Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: Bradley Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 21 Jan 2004 13:44:47 -0500
- Subject: Darwin 3.4 make check results with -mcpu=G5
Make check results with and without -mcpu=G5 for
powerpc-apple-darwin7.2.0 are reported at
http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00906.html
The biggest differences appear in the gcc tests:
=== gcc Summary for unix/-mcpu=G5 ===
# of expected passes 23725
# of unexpected failures 379
# of unexpected successes 2
# of expected failures 68
# of unresolved testcases 236
# of untested testcases 7
# of unsupported tests 295
=== gcc Summary for unix ===
# of expected passes 24268
# of unexpected failures 36
# of unexpected successes 2
# of expected failures 68
# of unresolved testcases 40
# of untested testcases 7
# of unsupported tests 295
There are a few patches dealing with 64-bit powerpc problems now being
proposed, but it would appear that we have a way to go before having
good enough 64-bit support with the darwin 32-bit/64-bit api.
Brad