This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PRs 20862, 23152, 25053, 25063, 25064, 25066, 25067, 25068, 25069, 25307 data transfer constraints
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: fortran at gcc dot gnu dot org
- Date: Sun, 25 Dec 2005 21:21:15 -0500 (EST)
- Subject: Re: [Patch, fortran] PRs 20862, 23152, 25053, 25063, 25064, 25066, 25067, 25068, 25069, 25307 data transfer constraints
Paul,
Are you referring to the libgomp related libgfortran failures mentioned in
/gcc.gnu.org/ml/gcc/2005-12/msg00718.html?
Otherwise, I just pulled down a the gcc 4.1 branch with svn and on MacOS X
10.4.3 I get...
LAST_UPDATED:
Native configuration is powerpc-apple-darwin8
=== g++ tests ===
Running target unix
XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0
FAIL: g++.dg/warn/huge-val1.C (test for excess errors)
FAIL: g++.dg/warn/weak1.C (test for excess errors)
WARNING: g++.dg/warn/weak1.C compilation failed to produce executable
FAIL: g++.dg/special/conpr-3.C execution test
=== g++ Summary ===
# of expected passes 11713
# of unexpected failures 3
# of unexpected successes 1
# of expected failures 66
# of unsupported tests 149
/sw/src/fink.build/gcc4-4.1.0-20051225/darwin_objdir/gcc/testsuite/../g++ version 4.1.0 20051225 (prerelease)
=== gcc tests ===
Running target unix
FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: tmpdir-gcc.dg-struct-layout-1/t025 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: tmpdir-gcc.dg-struct-layout-1/t026 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: gcc.dg/attr-weakref-1.c (test for excess errors)
WARNING: gcc.dg/attr-weakref-1.c compilation failed to produce executable
FAIL: gcc.target/powerpc/pr18096-1.c stack frame too large (test for warnings, line 11)
FAIL: gcc.target/powerpc/pr18096-1.c (test for excess errors)
FAIL: gcc.target/powerpc/stabs-attrib-vect-darwin.c scan-assembler .stabs.*vi:\\\\(0,16\\\\)=@V
=== gcc Summary ===
# of expected passes 38423
# of unexpected failures 10
# of expected failures 94
# of untested testcases 28
# of unsupported tests 395
/sw/src/fink.build/gcc4-4.1.0-20051225/darwin_objdir/gcc/xgcc version 4.1.0 20051225 (prerelease)
=== gfortran tests ===
Running target unix
FAIL: gfortran.dg/large_real_kind_2.F90 -O0 execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O1 execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O2 execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -O3 -g execution test
FAIL: gfortran.dg/large_real_kind_2.F90 -Os execution test
=== gfortran Summary ===
# of expected passes 10926
# of unexpected failures 8
# of expected failures 7
# of unsupported tests 42
/sw/src/fink.build/gcc4-4.1.0-20051225/darwin_objdir/gcc/testsuite/../gfortran version 4.1.0 20051225 (prerelease)
=== libstdc++ tests ===
Running target unix
FAIL: 26_numerics/complex/13450.cc execution test
=== libstdc++ Summary ===
# of expected passes 3380
# of unexpected failures 1
# of expected failures 13
# of unsupported tests 322
Compiler version: 4.1.0 20051225 (prerelease)
Platform: powerpc-apple-darwin8
configure flags: --prefix=/sw --prefix=/sw/lib/gcc4 '--infodir=\${prefix}/share/info' --with-gmp=/sw --with-included-gettext --host=powerpc-apple-darwin8 --enable-languages=c,c++,fortran
These failures in gfortran look the same as the have for the last couple of
months.
Jack
- Follow-Ups:
- Re: [Patch, fortran] PRs 20862, 23152, 25053, 25063, 25064, 25066, 25067, 25068, 25069, 25307 data transfer constraints