After
0. Making Jack's suggested changes to prune.exp (even though they
didn't catch any new linker messages);
1. Configuring and making with
/bin/rm -rf *; env CC=/pkgs/gcc-4.2.0-64/bin/gcc ../configure --
build=powerpc64-apple-darwin8.8.0 --host=powerpc64-apple-darwin8.8.0
--target=powerpc64-apple-darwin8.8.0 --with-gmp=/pkgs/gmp-4.2.1-64/ --
with-mpfr=/pkgs/gmp-4.2.1-64/ --prefix=/pkgs/gcc-4.3.0-64; make -j 8
bootstrap BOOT_LDFLAGS='-Wl,-search_paths_first' >& build.log
2. make install;
3. a simple
make -k -j 8 check >& check.log ; make mail-report-with-warnings.log
I got results that appear not much different from the powerpc-apple-
darwin8.8.0 (i.e., 32-bit) results:
http://gcc.gnu.org/ml/gcc-testresults/2006-12/msg00267.html
i.e., these results don't show a particular fortran problem.
Brad