public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12842] New: [gfortran] arrays of chars
@ 2003-10-30 12:34 jv244 at cam dot ac dot uk
  2003-10-31  0:59 ` [Bug fortran/12842] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jv244 at cam dot ac dot uk @ 2003-10-30 12:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [gfortran] arrays of chars
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org

the following should compile :

   CHARACTER(LEN=1), PARAMETER, DIMENSION(0:1) :: l_sym = (/"s","p"/)
   write(6,*) l_sym(1)
   END


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
@ 2003-10-31  0:59 ` pinskia at gcc dot gnu dot org
  2003-11-01 22:20 ` pbrook at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-31  0:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
  2003-10-31  0:59 ` [Bug fortran/12842] " pinskia at gcc dot gnu dot org
@ 2003-11-01 22:20 ` pbrook at gcc dot gnu dot org
  2003-12-01  3:26 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2003-11-01 22:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pbrook at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-01 22:20:17
               date|                            |


------- Additional Comments From pbrook at gcc dot gnu dot org  2003-11-01 22:20 -------
Arrays of character strings are not implemented yet.


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
  2003-10-31  0:59 ` [Bug fortran/12842] " pinskia at gcc dot gnu dot org
  2003-11-01 22:20 ` pbrook at gcc dot gnu dot org
@ 2003-12-01  3:26 ` pinskia at gcc dot gnu dot org
  2004-01-20 15:45 ` pbrook at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  3:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code, rejects-
                   |                            |valid
   Last reconfirmed|2003-11-01 22:20:17         |2003-12-01 03:26:29
               date|                            |


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


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2003-12-01  3:26 ` pinskia at gcc dot gnu dot org
@ 2004-01-20 15:45 ` pbrook at gcc dot gnu dot org
  2004-01-20 15:46 ` pbrook at gcc dot gnu dot org
  2004-01-20 15:47 ` pbrook at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-01-20 15:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-01-20 15:45 -------


*** This bug has been marked as a duplicate of 13252 ***

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


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


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2004-01-20 15:45 ` pbrook at gcc dot gnu dot org
@ 2004-01-20 15:46 ` pbrook at gcc dot gnu dot org
  2004-01-20 15:47 ` pbrook at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-01-20 15:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-01-20 15:46 -------
Marked as duplicate of wrong bug. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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


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

* [Bug fortran/12842] [gfortran] arrays of chars
  2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2004-01-20 15:46 ` pbrook at gcc dot gnu dot org
@ 2004-01-20 15:47 ` pbrook at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-01-20 15:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-01-20 15:47 -------


*** This bug has been marked as a duplicate of 13253 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-01-20 15:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30 12:34 [Bug fortran/12842] New: [gfortran] arrays of chars jv244 at cam dot ac dot uk
2003-10-31  0:59 ` [Bug fortran/12842] " pinskia at gcc dot gnu dot org
2003-11-01 22:20 ` pbrook at gcc dot gnu dot org
2003-12-01  3:26 ` pinskia at gcc dot gnu dot org
2004-01-20 15:45 ` pbrook at gcc dot gnu dot org
2004-01-20 15:46 ` pbrook at gcc dot gnu dot org
2004-01-20 15:47 ` pbrook 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).