This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17144] New: Not Implemented: Character string array constructors / Assignment to char array


> gfortran testcase_chararray.f90

!------- snip -------------
  character(len=1), dimension(0:1)            :: v_sym 
  v_sym= (/"s","p"/)
!--------/snip-------------

GNU F95 version 3.5.0 20040823 (experimental) (i686-suse-linux)
gfc_todo: Not Implemented: Character string array constructors

-- 
           Summary: Not Implemented: Character string array constructors /
                    Assignment to char array
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: c dot lemmen at fz-juelich dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]