After some discussion with Jack Howarth, I have found that the gfortran and libgomp executable tests on powerpc-apple-darwin8.7.0 (at least) do not link the correct, just-built-using-"make bootstrap", libraries until those libraries have first been installed in $prefix/lib/...

I filed a bug report at

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

I noted the different results there between two "make check" commands, one just before "make install" and one just after.

64-bit test results are now as follows.  (See also

http://gcc.gnu.org/ml/gcc-testresults/2006-08/msg01383.html

)

                === g++ Summary ===

# of expected passes            11595
# of unexpected failures        1350
# of expected failures          69
# of unresolved testcases       28
# of unsupported tests          129
/Users/lucier/programs/gcc/mainline/objdir64/gcc/testsuite/g++/../../g ++ version 4.2.0 20060829 (experimental)
                === gcc Summary ===

# of expected passes            41550
# of unexpected failures        45
# of unexpected successes       1
# of expected failures          108
# of untested testcases         28
# of unsupported tests          507
/Users/lucier/programs/gcc/mainline/objdir64/gcc/xgcc version 4.2.0 20060829 (experimental)
                === gfortran Summary ===

# of expected passes            14014
# of unexpected failures        33
# of unexpected successes       3
# of expected failures          7
# of unsupported tests          41
/Users/lucier/programs/gcc/mainline/objdir64/gcc/testsuite/ gfortran/../../gfortran version 4.2.0 20060829 (experimental)
                === objc Summary ===

# of expected passes            1707
# of unexpected failures        68
# of expected failures          7
# of unresolved testcases       1
# of unsupported tests          2
/Users/lucier/programs/gcc/mainline/objdir64/gcc/xgcc version 4.2.0 20060829 (experimental)
                === libffi Summary ===

# of expected passes            472
# of unexpected failures        384
# of expected failures          8
# of unsupported tests          8
                === libgomp Summary ===

# of expected passes            1075
# of unexpected failures        205
# of unsupported tests          111
                === libjava Summary ===

# of expected passes            1776
# of unexpected failures        2069
# of expected failures          32
# of untested testcases         3021
                === libstdc++ Summary ===

# of expected passes            2052
# of unexpected failures        1668
# of unexpected successes       1
# of expected failures          15
# of unsupported tests          321

Reply via email to