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/13255] [gfortran] ICE when using "character*"


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-01-01 13:32 -------
Fixed by this: 
2003-12-12  Huang Chun <chunhuang73@hotmail.com> 
 
        * primary.c (match_substring): Fix substring bug for start point 
        or end point is NULL. 
        * trans-expr.c (gfc_conv_substring): Ditto 
        * trans-types.c (gfc_sym_type): Get correct type of scalar 
        character variables. 
        * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle character in 
        derived type. 
 

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


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


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