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]

Fortran-experiments failures on powerpc-apple-darwin8.9.0


Hello, all -

I figured I should probably go ahead and start testing this branch on my PowerPC machine, so's to avoid any unpleasant surprises after merge.

And, as might be expected, we're getting a few failures -- though the good news is that it looks like it's only one actual problem that isn't showing up on other platforms.

Also, oddly enough, sizeof.f90 passes; I gather it's failing for other machines? (I haven't tried out the branch on my i686-Debian box yet.)

Details below, for the new failures. When I post one failure on a runtime test, assume it applies for all optimization levels.

- Brooks


---------------------------------------------------------------------


Executing on host: /Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../gfortran -B/Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../ /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_dts.f90 -O0 -pedantic-errors /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_dts_driver.c

-L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libiberty -lm -o ./bind_c_dts.exe (timeout = 300)
In file included from /usr/include/math.h:26,


from /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_dts_driver.c:1:

/usr/include/architecture/ppc/math.h: In function '__inline_signbitf':

/usr/include/architecture/ppc/math.h:204: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbitd':

/usr/include/architecture/ppc/math.h:205: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbit':

/usr/include/architecture/ppc/math.h:206: error: initializer element is not computable at load time

compiler exited with status 1

---------------------------------------------------------------------

Executing on host: /Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../gfortran -B/Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../ /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_vars.f90 -O0 -pedantic-errors /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_vars_driver.c

-L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libiberty -lm -o ./bind_c_vars.exe (timeout = 300)
In file included from /usr/include/math.h:26,


from /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/bind_c_vars_driver.c:1:

/usr/include/architecture/ppc/math.h: In function '__inline_signbitf':

/usr/include/architecture/ppc/math.h:204: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbitd':

/usr/include/architecture/ppc/math.h:205: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbit':

/usr/include/architecture/ppc/math.h:206: error: initializer element is not computable at load time

compiler exited with status 1

---------------------------------------------------------------------

Executing on host: /Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../gfortran -B/Users/brooks/gcc-fortran-experiments/build3/gcc/testsuite/gfortran/../../ /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/c_loc_tests_2.f03 -O0 -pedantic-errors /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/c_loc_tests_2_funcs.c

-L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libgfortran/.libs -L/Users/brooks/gcc-fortran-experiments/build3/powerpc-apple-darwin8.9.0/./libiberty -lm -o ./c_loc_tests_2.exe (timeout = 300)
In file included from /usr/include/math.h:26,


from /Users/brooks/gcc-fortran-experiments/svn-source/gcc/testsuite/gfortran.dg/c_loc_tests_2_funcs.c:1:

/usr/include/architecture/ppc/math.h: In function '__inline_signbitf':

/usr/include/architecture/ppc/math.h:204: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbitd':

/usr/include/architecture/ppc/math.h:205: error: initializer element is not computable at load time

/usr/include/architecture/ppc/math.h: In function '__inline_signbit':

/usr/include/architecture/ppc/math.h:206: error: initializer element is not computable at load time

compiler exited with status 1

---------------------------------------------------------------------


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