public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
@ 2010-08-21 14:16 ` hjl dot tools at gmail dot com
  2010-08-21 18:09 ` dominiq at lps dot ens dot fr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-21 14:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0
            Version|4.5.3                       |4.6.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367]  New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
@ 2010-08-21 14:16 hjl dot tools at gmail dot com
  2010-08-21 14:16 ` [Bug fortran/45367] " hjl dot tools at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-21 14:16 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, I got

FAIL: gfortran.dg/bessel_6.f90  -O0  execution test
FAIL: gfortran.dg/bessel_6.f90  -O1  execution test
FAIL: gfortran.dg/bessel_6.f90  -O2  execution test
FAIL: gfortran.dg/bessel_6.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/bessel_6.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/bessel_6.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/bessel_6.f90  -O3 -g  execution test
FAIL: gfortran.dg/bessel_6.f90  -Os  execution test
FAIL: gfortran.dg/bessel_7.f90  -O0  execution test
FAIL: gfortran.dg/bessel_7.f90  -O1  execution test
FAIL: gfortran.dg/bessel_7.f90  -O2  execution test
FAIL: gfortran.dg/bessel_7.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/bessel_7.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/bessel_7.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/bessel_7.f90  -O3 -g  execution test
FAIL: gfortran.dg/bessel_7.f90  -Os  execution test


-- 
           Summary: FAIL: gfortran.dg/bessel_6.f90 and
                    gfortran.dg/bessel_7.f90
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
  2010-08-21 14:16 ` [Bug fortran/45367] " hjl dot tools at gmail dot com
@ 2010-08-21 18:09 ` dominiq at lps dot ens dot fr
  2010-08-21 21:33 ` dominiq at lps dot ens dot fr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-08-21 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2010-08-21 18:08 -------
Could you try the following patch


--- /opt/gcc/_clean/gcc/testsuite/gfortran.dg/bessel_6.f90      2010-08-21
12:18:37.000000000 +0200
+++ bessel_6_db.f90     2010-08-21 15:05:20.000000000 +0200
@@ -8,7 +8,7 @@
 implicit none
 real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9,
1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] 
 real,parameter :: myeps(size(values)) = epsilon(0.0) &
-                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 75, 6 ]
+                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 120, 15 ]
 ! The following is sufficient for me - the values above are a bit
 ! more tolerant
 !                  * [0, 5, 3, 4, 6, 7, 7, 5, 5, 6, 66, 4 ]
--- /opt/gcc/_clean/gcc/testsuite/gfortran.dg/bessel_7.f90      2010-08-21
12:18:37.000000000 +0200
+++ bessel_7_db.f90     2010-08-21 20:04:16.000000000 +0200
@@ -8,12 +8,12 @@
 implicit none
 real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9,
1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] 
 real,parameter :: myeps(size(values)) = epsilon(0.0) &
-                  * [2, 2, 2, 5, 5, 2, 12, 2, 4, 3, 30, 130 ]
+                  * [2, 3, 2, 5, 7, 2, 12, 3, 7, 3, 30, 144 ]
 ! The following is sufficient for me - the values above are a bit
 ! more tolerant
 !                  * [0, 0, 0, 3, 3, 0, 9, 0, 2, 1, 22, 130 ]
 integer,parameter :: nit(size(values)) =  &
-                 [100, 100, 100, 100, 100, 100, 10, 100, 100, 100, 10, 25 ]
+                 [100, 100, 100, 25, 15, 100, 10, 100, 15, 100, 7, 25 ]
 integer, parameter :: Nmax = 100
 real :: rec(0:Nmax), lib(0:Nmax)
 integer :: i


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
  2010-08-21 14:16 ` [Bug fortran/45367] " hjl dot tools at gmail dot com
  2010-08-21 18:09 ` dominiq at lps dot ens dot fr
@ 2010-08-21 21:33 ` dominiq at lps dot ens dot fr
  2010-08-22  8:35 ` burnus at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-08-21 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2010-08-21 21:32 -------
For powerpc-apple-darwin9, I need the following patch

--- /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/bessel_6.f90  2010-08-21
12:22:33.000000000 +0200
+++ bessel_6_db.f90     2010-08-21 23:23:43.000000000 +0200
@@ -8,7 +8,7 @@
 implicit none
 real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9,
1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] 
 real,parameter :: myeps(size(values)) = epsilon(0.0) &
-                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 75, 6 ]
+                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 120, 36 ]
 ! The following is sufficient for me - the values above are a bit
 ! more tolerant
 !                  * [0, 5, 3, 4, 6, 7, 7, 5, 5, 6, 66, 4 ]
--- /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/bessel_7.f90  2010-08-21
12:22:33.000000000 +0200
+++ bessel_7_db.f90     2010-08-21 23:27:11.000000000 +0200
@@ -8,12 +8,12 @@
 implicit none
 real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9,
1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] 
 real,parameter :: myeps(size(values)) = epsilon(0.0) &
-                  * [2, 2, 2, 5, 5, 2, 12, 2, 4, 3, 30, 130 ]
+                  * [2, 3, 2, 5, 7, 2, 12, 4, 7, 3, 30, 168 ]
 ! The following is sufficient for me - the values above are a bit
 ! more tolerant
 !                  * [0, 0, 0, 3, 3, 0, 9, 0, 2, 1, 22, 130 ]
 integer,parameter :: nit(size(values)) =  &
-                 [100, 100, 100, 100, 100, 100, 10, 100, 100, 100, 10, 25 ]
+                 [100, 100, 100, 25, 15, 100, 10, 31, 7, 100, 7, 25 ]
 integer, parameter :: Nmax = 100
 real :: rec(0:Nmax), lib(0:Nmax)
 integer :: i


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-08-21 21:33 ` dominiq at lps dot ens dot fr
@ 2010-08-22  8:35 ` burnus at gcc dot gnu dot org
  2010-08-22 10:10 ` burnus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-08-22  8:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2010-08-22 08:34 -------
Subject: Bug 45367

Author: burnus
Date: Sun Aug 22 08:34:14 2010
New Revision: 163454

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163454
Log:
2010-08-22  Tobias Burnus  <burnus@net-b.de>
            Dominique d'Humieres <dominiq@lps.ens.fr>

        PR fortran/45367
        PR fortran/36158
        * gfortran.dg/bessel_6.f90: Increase numeric tolerence.
        * gfortran.dg/bessel_7.f90: Increase numeric tolerence.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/bessel_7.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-08-22  8:35 ` burnus at gcc dot gnu dot org
@ 2010-08-22 10:10 ` burnus at gcc dot gnu dot org
  2010-08-22 10:25 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-08-22 10:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2010-08-22 10:10 -------
Subject: Bug 45367

Author: burnus
Date: Sun Aug 22 10:09:34 2010
New Revision: 163457

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163457
Log:
Really commit the following change:

2010-08-22  Tobias Burnus  <burnus@net-b.de>
            Dominique d'Humieres <dominiq@lps.ens.fr>

        PR fortran/45367
        * gfortran.dg/bessel_6.f90: Increase numeric tolerence.


Modified:
    trunk/gcc/testsuite/gfortran.dg/bessel_6.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2010-08-22 10:10 ` burnus at gcc dot gnu dot org
@ 2010-08-22 10:25 ` burnus at gcc dot gnu dot org
  2010-08-22 14:05 ` burnus at gcc dot gnu dot org
  2010-09-06  0:18 ` hjl dot tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-08-22 10:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from burnus at gcc dot gnu dot org  2010-08-22 10:25 -------
Subject: Bug 45367

Author: burnus
Date: Sun Aug 22 10:24:49 2010
New Revision: 163458

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163458
Log:
2010-08-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45367
        * gfortran.dg/bessel_6.f90: Fix numeric tolerence.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/bessel_6.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2010-08-22 10:25 ` burnus at gcc dot gnu dot org
@ 2010-08-22 14:05 ` burnus at gcc dot gnu dot org
  2010-09-06  0:18 ` hjl dot tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-08-22 14:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from burnus at gcc dot gnu dot org  2010-08-22 14:05 -------
Subject: Bug 45367

Author: burnus
Date: Sun Aug 22 14:05:26 2010
New Revision: 163460

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163460
Log:
2010-08-22  Tobias Burnus  <burnus@net-b.de>
            Dominique d'Humieres <dominiq@lps.ens.fr>

        PR fortran/45367
        * gfortran.dg/bessel_6.f90: Further reduce required accuracy.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/bessel_6.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug fortran/45367] FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90
  2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2010-08-22 14:05 ` burnus at gcc dot gnu dot org
@ 2010-09-06  0:18 ` hjl dot tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-06  0:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl dot tools at gmail dot com  2010-09-06 00:18 -------
Fixed as of revision 163884.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45367


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-06  0:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-21 14:16 [Bug fortran/45367] New: FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90 hjl dot tools at gmail dot com
2010-08-21 14:16 ` [Bug fortran/45367] " hjl dot tools at gmail dot com
2010-08-21 18:09 ` dominiq at lps dot ens dot fr
2010-08-21 21:33 ` dominiq at lps dot ens dot fr
2010-08-22  8:35 ` burnus at gcc dot gnu dot org
2010-08-22 10:10 ` burnus at gcc dot gnu dot org
2010-08-22 10:25 ` burnus at gcc dot gnu dot org
2010-08-22 14:05 ` burnus at gcc dot gnu dot org
2010-09-06  0:18 ` hjl dot tools at gmail dot com

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