public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/14897] New: [gfortran]  'T' edit descriptor output incorrect
@ 2004-04-09  1:44 bdavis9659 at comcast dot net
  2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-04-09  1:44 UTC (permalink / raw)
  To: gcc-bugs

A small example to demonstrate:

 
      WRITE(*,'(20H12345678901234567890)')
      WRITE(*,'(T5,A,T10,A,T15,A)')'AA','BB','CC'
      WRITE(*,'(20H    AA   BB   CC    )')
      END


$ gfortran aa.f
$ ./a.out
12345678901234567890
     AA   BB   CC
    AA   BB   CC


and from g77:
$ g77 aa.f
$ ./a.out
12345678901234567890
    AA   BB   CC
    AA   BB   CC

using :
$ gfortran --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040407 (merged 20040331))

-- 
           Summary: [gfortran]  'T' edit descriptor output incorrect
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
@ 2004-04-09  2:52 ` pinskia at gcc dot gnu dot org
  2004-04-11 23:18 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-09  2:52 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |tree-ssa


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
  2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
@ 2004-04-11 23:18 ` pinskia at gcc dot gnu dot org
  2004-04-12  2:41 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-11 23:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-11 22:17 -------
Did I not test this after a patch was applied?
At line 4 of file pr14897.f
Fortran runtime error: Missing initial left parenthesis in format

^

-- 


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
  2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
  2004-04-11 23:18 ` pinskia at gcc dot gnu dot org
@ 2004-04-12  2:41 ` pinskia at gcc dot gnu dot org
  2004-05-27  5:47 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-12  2:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-12 00:36 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-12 00:36:02
               date|                            |


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
                   ` (2 preceding siblings ...)
  2004-04-12  2:41 ` pinskia at gcc dot gnu dot org
@ 2004-05-27  5:47 ` pinskia at gcc dot gnu dot org
  2004-06-02  3:39 ` bdavis at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-27  5:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
                   ` (3 preceding siblings ...)
  2004-05-27  5:47 ` pinskia at gcc dot gnu dot org
@ 2004-06-02  3:39 ` bdavis at gcc dot gnu dot org
  2004-06-03  1:16 ` bdavis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2004-06-02  3:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bdavis at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
                   ` (4 preceding siblings ...)
  2004-06-02  3:39 ` bdavis at gcc dot gnu dot org
@ 2004-06-03  1:16 ` bdavis at gcc dot gnu dot org
  2004-06-09  1:03 ` cvs-commit at gcc dot gnu dot org
  2004-06-09  1:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2004-06-03  1:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bdavis at gcc dot gnu dot org  2004-06-03 01:16 -------
proposed patch:

http://gcc.gnu.org/ml/fortran/2004-06/msg00008.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
                   ` (5 preceding siblings ...)
  2004-06-03  1:16 ` bdavis at gcc dot gnu dot org
@ 2004-06-09  1:03 ` cvs-commit at gcc dot gnu dot org
  2004-06-09  1:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-09  1:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-09 01:03 -------
Subject: Bug 14897

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bdavis@gcc.gnu.org	2004-06-09 01:03:02

Modified files:
	gcc/testsuite  : ChangeLog 
	libgfortran/io : transfer.c 
	libgfortran    : ChangeLog 
Added files:
	gcc/testsuite/gfortran.fortran-torture/execute: t_edit.f90 

Log message:
	2004-06-09  Bud Davis  <bdavis9659@comcast.net>
	
	PR gfortran/14897
	* gfortran.fortran-torture/execute/t_edit.f90
	
	* io/transfer.c (formatted_transfer): position is unique
	for T and TL edit descriptors.
	(data_transfer_init): set record length to size of internal
	file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/t_edit.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3829&r2=1.3830
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.24&r2=1.25



-- 


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


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

* [Bug libfortran/14897] [gfortran]  'T' edit descriptor output incorrect
  2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
                   ` (6 preceding siblings ...)
  2004-06-09  1:03 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-09  1:08 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09  1:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 01:08 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-06-09  1:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-09  1:44 [Bug libfortran/14897] New: [gfortran] 'T' edit descriptor output incorrect bdavis9659 at comcast dot net
2004-04-09  2:52 ` [Bug libfortran/14897] " pinskia at gcc dot gnu dot org
2004-04-11 23:18 ` pinskia at gcc dot gnu dot org
2004-04-12  2:41 ` pinskia at gcc dot gnu dot org
2004-05-27  5:47 ` pinskia at gcc dot gnu dot org
2004-06-02  3:39 ` bdavis at gcc dot gnu dot org
2004-06-03  1:16 ` bdavis at gcc dot gnu dot org
2004-06-09  1:03 ` cvs-commit at gcc dot gnu dot org
2004-06-09  1:08 ` pinskia at gcc dot gnu dot org

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