This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
more new test failures on Darwin
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: fortran at gcc dot gnu dot org
- Date: Thu, 27 Jul 2006 07:27:58 -0400 (EDT)
- Subject: more new test failures on Darwin
Last nights svn pull has accumulated another set of gfortran
test failures on MacOS X 10.4...
FAIL: gfortran.dg/stat_1.f90 -O0 execution test
FAIL: gfortran.dg/stat_1.f90 -O1 execution test
FAIL: gfortran.dg/stat_1.f90 -O2 execution test
FAIL: gfortran.dg/stat_1.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/stat_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: gfortran.dg/stat_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/stat_1.f90 -O3 -g execution test
FAIL: gfortran.dg/stat_1.f90 -Os execution test
FAIL: gfortran.dg/stat_2.f90 -O0 execution test
FAIL: gfortran.dg/stat_2.f90 -O1 execution test
FAIL: gfortran.dg/stat_2.f90 -O2 execution test
FAIL: gfortran.dg/stat_2.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/stat_2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: gfortran.dg/stat_2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/stat_2.f90 -O3 -g execution test
FAIL: gfortran.dg/stat_2.f90 -Os execution test
I don't quite understand these failures. The same test seems to be executed
twice but once with LD_LIBRARY_PATH set (when the test fails)...
Executing on host: /sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/gcc4-4
.1.999-20060726/darwin_objdir/gcc/testsuite/gfortran/../../ /sw/src/fink.build/gcc4-4.1.999-20060726/gcc-4.2-20060726/gcc/testsuite/gfortra
n.dg/stat_1.f90 -O0 -std=gnu -L/sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs -L/sw/s
rc/fink.build/gcc4-4.1.999-20060726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs -L/sw/src/fink.build/gcc4-4.1.999-20060726/darw
in_objdir/powerpc-apple-darwin8/./libiberty -lm -o ./stat_1.exe (timeout = 300)
PASS: gfortran.dg/stat_1.f90 -O0 (test for excess errors)
Setting LD_LIBRARY_PATH to .:/sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs:/sw/src/fink.
build/gcc4-4.1.999-20060726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs:/sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/
gcc:.:/sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs:/sw/src/fink.build/gcc4-4.1.999-2006
0726/darwin_objdir/powerpc-apple-darwin8/./libgfortran/.libs:/sw/src/fink.build/gcc4-4.1.999-20060726/darwin_objdir/gcc
FAIL: gfortran.dg/stat_1.f90 -O0 execution test
I can't reproduce the failures by manually compiling and executing these
tests.
Jack