public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens dot fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libfortran/32770] [Meta-bug] -fdefault-integer-8 issues
Date: Thu, 02 Aug 2007 16:03:00 -0000	[thread overview]
Message-ID: <20070802160321.29812.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32770-10391@http.gcc.gnu.org/bugzilla/>



------- 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


  parent reply	other threads:[~2007-08-02 16:03 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-15  9:26 [Bug libfortran/32770] New: -fdefault-integer-8 and the library tkoenig at gcc dot gnu dot org
2007-07-28 12:42 ` [Bug libfortran/32770] " fxcoudert at gcc dot gnu dot org
2007-07-28 13:27 ` dominiq at lps dot ens dot fr
2007-07-28 13:37 ` fxcoudert at gcc dot gnu dot org
2007-07-28 14:18 ` dominiq at lps dot ens dot fr
2007-07-29  8:01 ` dominiq at lps dot ens dot fr
2007-07-29  8:10 ` fxcoudert at gcc dot gnu dot org
2007-07-29  8:59 ` dominiq at lps dot ens dot fr
2007-07-29  9:24 ` dominiq at lps dot ens dot fr
2007-07-29  9:47 ` fxcoudert at gcc dot gnu dot org
2007-07-29 11:08 ` dominiq at lps dot ens dot fr
2007-07-29 11:09 ` dominiq at lps dot ens dot fr
2007-07-29 11:11 ` dominiq at lps dot ens dot fr
2007-07-29 11:19 ` fxcoudert at gcc dot gnu dot org
2007-07-29 11:44 ` dominiq at lps dot ens dot fr
2007-07-29 12:21 ` dominiq at lps dot ens dot fr
2007-07-29 12:33 ` dominiq at lps dot ens dot fr
2007-07-29 12:44 ` fxcoudert at gcc dot gnu dot org
2007-07-29 12:59 ` dominiq at lps dot ens dot fr
2007-07-29 13:11 ` fxcoudert at gcc dot gnu dot org
2007-07-29 13:26 ` dominiq at lps dot ens dot fr
2007-07-29 14:57 ` [Bug libfortran/32770] [Meta-bug] -fdefault-integer-8 issues tkoenig at gcc dot gnu dot org
2007-07-30 21:07 ` tkoenig at gcc dot gnu dot org
2007-08-02 16:03 ` dominiq at lps dot ens dot fr [this message]
2007-08-02 20:08 ` tkoenig at gcc dot gnu dot org
2007-08-02 20:19 ` tkoenig at gcc dot gnu dot org
2007-08-03  5:53 ` tkoenig at gcc dot gnu dot org
2007-08-04 18:21 ` tkoenig at gcc dot gnu dot org
2007-08-04 20:14 ` tkoenig at gcc dot gnu dot org
2007-11-05 17:15 ` fxcoudert at gcc dot gnu dot org
2007-11-08 14:09 ` fxcoudert at gcc dot gnu dot org
2007-11-18 21:18 ` tkoenig at gcc dot gnu dot org
2007-11-20 21:57 ` tkoenig at gcc dot gnu dot org
2008-05-04 20:57 ` tkoenig at gcc dot gnu dot org
2008-12-22  0:02 ` tkoenig at gcc dot gnu dot org
     [not found] <bug-32770-4@http.gcc.gnu.org/bugzilla/>
2011-12-27 11:11 ` dominiq at lps dot ens.fr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070802160321.29812.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).