This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32770] [Meta-bug] -fdefault-integer-8 issues
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Aug 2007 16:03:21 -0000
- Subject: [Bug libfortran/32770] [Meta-bug] -fdefault-integer-8 issues
- References: <bug-32770-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #23 from dominiq at lps dot ens dot fr 2007-08-02 16:03 -------
Revision 127147, plus unconditional
#undef isfinite
plus patches from A Pinski:
http://gcc.gnu.org/ml/gcc-bugs/2007-07/msg02997.html
from FX coudert:
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg02206.html
gives after ~7 hours!-(1h 20mn = 16*300s could be saved by fixing
gfortran.fortran-torture/execute/equiv_5.f):
Test Run By dominiq on Thu Aug 2 09:44:20 2007
Native configuration is powerpc-apple-darwin8
=== gfortran tests ===
Schedule of variations:
unix
unix/-m64
unix//-fdefault-integer-8
unix/-m64/-fdefault-integer-8
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
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O1 execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O2 execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O3 -fomit-frame-pointer
execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O3 -fomit-frame-pointer
-funroll-loops execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O3 -g execution test
FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -Os execution test
=== gfortran Summary for unix ===
# of expected passes 19919
# of unexpected failures 16
# of expected failures 9
# of unsupported tests 58
The above failures +
FAIL: gfortran.dg/vect/vect-2.f90 -O scan-tree-dump-times Alignment of access
forced using peeling 3
XPASS: gfortran.dg/vect/vect-3.f90 -O scan-tree-dump-times Vectorizing an
unaligned access 2
FAIL: gfortran.dg/vect/vect-4.f90 -O scan-tree-dump-times Alignment of access
forced using peeling 1
FAIL: gfortran.dg/vect/vect-4.f90 -O scan-tree-dump-times Vectorizing an
unaligned access 1
FAIL: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times Alignment of access
forced using peeling 1
=== gfortran Summary for unix/-m64 ===
# of expected passes 19947
# of unexpected failures 20
# of unexpected successes 1
# of expected failures 8
# of unsupported tests 42
Failures skipped
=== gfortran Summary for unix//-fdefault-integer-8 ===
# of expected passes 18951
# of unexpected failures 692 <-- from 750
# of expected failures 7
# of untested testcases 32
# of unsupported tests 44
Failures skipped
=== gfortran Summary for unix/-m64/-fdefault-integer-8 ===
# of expected passes 19077
# of unexpected failures 609 <-- from 659
# of unexpected successes 1
# of expected failures 6
# of untested testcases 32
# of unsupported tests 28
=== gfortran Summary ===
# of expected passes 77894
# of unexpected failures 1337
# of unexpected successes 2
# of expected failures 30
# of untested testcases 64
# of unsupported tests 172
/opt/gcc/darwin_buildw/gcc/testsuite/gfortran/../../gfortran version 4.3.0
20070802 (experimental)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770