This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

chmod_1, chmod_2, chmod_3 and lrshift_1


   On MacOS X 10.4, we now have even more gfortran testsuite failures as of
last night. These include...

FAIL: gfortran.dg/lrshift_1.f90  -O0  (test for excess errors)
WARNING: gfortran.dg/lrshift_1.f90  -O0  compilation failed to produce executable

...at all optimization levels due to the following compilation error...

gfortran -O3 lrshift_1.f90
/sw/lib/odcctools/bin/ld: Undefined symbols:
_c_lshift_
_c_rshift_
collect2: ld returned 1 exit status

The chmod_1, chmod_2 and chmod_3 testsuite tests only appear to fail when I run
"make -k check". When I manually compile the files, the executables run fine.
This is the same behavior that I have been seeing with the stat_1 and stat_2
tests. We are now up to 72 unexpected failures on MacOS X.
              Jack
ps Andrew, could you please try a build of the current svn on your MacOS X
build machine and see if you also have all of these additional failures
(so we can eliminate the problem as being specific to my configuration).


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