[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-15 Thread jvdelisle at gcc dot gnu dot org
--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-09-16 03:24 --- No more NIST failures -- What|Removed |Added Status|ASSIGNED

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-14 20:19 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-14 20:18:19 Modified files: libgfortran: ChangeLog libgfortran.h

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-14 20:20 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-14 20:19:38 Modified files: gcc/fortran: ChangeLog trans-io.c Log message:

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-14 20:27 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-14 20:25:56 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-14 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-09-14 20:43 --- This is fixed in 4.1 branch. If nothing new shows up in the next few days I will close this PR. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-09-04 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-09-04 06:11 --- We have upcoming patches within a few days that correct all remaining NIST bugs including internal unit array I/O. Tests of NIST are complete and we are putting together some additional test cases and

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-23 23:54 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-23 23:54:50 Modified files: gcc/testsuite : ChangeLog

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-24 00:52 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-24 00:52:36 Modified files: gcc/testsuite :

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-22 14:07 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-22 14:07:20 Modified files: libgfortran/io : read.c transfer.c

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-20 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-07-20 06:06 --- The snippet in Comment #6 fails correctly because the format is calling for a field width of 8 characters. The first read goes past the first number and into the second and you basically are reading garbage.

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-20 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-07-20 15:54 --- After I sent the test case in comment #6 I realized that it failed with other versions as well. The input line from comment #8 is the important one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-19 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-07-20 05:56 --- A patch is on its way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-13 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-07-13 16:59 --- Oops. This one passes with 20050709 and fails with 20050710, and is exactly the format and input line from mgrid. PROGRAM BUG REAL*8 A(0:3) READ 1000, A 1000 FORMAT (4D8.0) STOP

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-12 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-07-13 00:01 --- The mainline patch in comment #4 causes SPEC CPU2000 test mgrid to fail on powerpc-unknown-linux-gnu. This test case: PROGRAM BUG REAL A, B READ 1000, A, B 1000 FORMAT (E8.0,E8.0)

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 02:46 --- (In reply to comment #6) The mainline patch in comment #4 causes SPEC CPU2000 test mgrid to fail on powerpc-unknown-linux-gnu. This test case: Are you sure that is the testcase which fails since that

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-10 23:22 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-10 23:22:23 Modified files: libgfortran:

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-09 23:40 --- Subject: Bug 21875 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-09 23:40:32 Modified files: libgfortran: ChangeLog libgfortran/io :

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-08 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-07-08 11:15 --- Jerry said he's working on this. -- What|Removed |Added CC|

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-07-08 01:56 --- As of today, no compile errors on i686-pc-linux-gnu 4 runtime errors: FM111.f FM903.f FM906.f FM908.f -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21875

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-06-17 Thread fxcoudert at gcc dot gnu dot org
-- Bug 21875 depends on bug 19155, which changed state. Bug 19155 Summary: [4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155 What|Old Value |New Value

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-06-16 Thread fxcoudert at gcc dot gnu dot org
-- Bug 21875 depends on bug 19216, which changed state. Bug 19216 Summary: list directed read with leading slash (NIST FM923) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216 What|Old Value |New Value

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:49 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW