public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement
@ 2004-05-21 23:16 bdavis9659 at comcast dot net
  2004-05-21 23:17 ` [Bug fortran/15557] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-05-21 23:16 UTC (permalink / raw)
  To: gcc-bugs

$ cat b.f
       CHARACTER*10 A
       DATA A(8:10) / 'YZ' /
       END
$ gfortran b.f
b.f:0: fatal error: gfc_todo: Not Implemented: Substring reference in DATA statement
compilation terminated.
$ g77 b.f
$ gfortran --version
GNU Fortran 95 (GCC 3.5.0 20040520 (experimental))

-- 
           Summary: [gfortran] Not Implemented: Substring reference in DATA
                    statement
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        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=15557


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

* [Bug fortran/15557] [gfortran] Not Implemented: Substring reference in DATA statement
  2004-05-21 23:16 [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement bdavis9659 at comcast dot net
@ 2004-05-21 23:17 ` pinskia at gcc dot gnu dot org
  2004-06-02 11:38 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21 23:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-20 20:42 -------
Confrimed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-20 20:42:38
               date|                            |


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


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

* [Bug fortran/15557] [gfortran] Not Implemented: Substring reference in DATA statement
  2004-05-21 23:16 [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement bdavis9659 at comcast dot net
  2004-05-21 23:17 ` [Bug fortran/15557] " pinskia at gcc dot gnu dot org
@ 2004-06-02 11:38 ` cvs-commit at gcc dot gnu dot org
  2004-06-02 12:15 ` tobi at gcc dot gnu dot org
  2004-06-04  6:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-02 11:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-02 11:38 -------
Subject: Bug 15557

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-06-02 11:38:24

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/fortran    : ChangeLog data.c 
Added files:
	gcc/testsuite/gfortran.fortran-torture/execute: data_3.f90 

Log message:
	fortran/
	PR fortran/15557
	* data.c (assign_substring_data_value): New function.
	(gfc_assign_data_value): Call the new function if we're dealing
	with a substring LHS.
	
	testsuite/
	PR fortran/15557
	* gfortran.fortran-torture/execute/data_3.f90: New testcase.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3803&r2=1.3804
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/data_3.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.56&r2=1.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/data.c.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


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


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

* [Bug fortran/15557] [gfortran] Not Implemented: Substring reference in DATA statement
  2004-05-21 23:16 [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement bdavis9659 at comcast dot net
  2004-05-21 23:17 ` [Bug fortran/15557] " pinskia at gcc dot gnu dot org
  2004-06-02 11:38 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-02 12:15 ` tobi at gcc dot gnu dot org
  2004-06-04  6:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-02 12:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-02 12:14 -------
Fixed by commit.

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


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


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

* [Bug fortran/15557] [gfortran] Not Implemented: Substring reference in DATA statement
  2004-05-21 23:16 [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement bdavis9659 at comcast dot net
                   ` (2 preceding siblings ...)
  2004-06-02 12:15 ` tobi at gcc dot gnu dot org
@ 2004-06-04  6:23 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-04  6:23 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-06-04  6:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-21 23:16 [Bug fortran/15557] New: [gfortran] Not Implemented: Substring reference in DATA statement bdavis9659 at comcast dot net
2004-05-21 23:17 ` [Bug fortran/15557] " pinskia at gcc dot gnu dot org
2004-06-02 11:38 ` cvs-commit at gcc dot gnu dot org
2004-06-02 12:15 ` tobi at gcc dot gnu dot org
2004-06-04  6:23 ` 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).