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/36319] Segfault with wide characters in DATA



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2008-05-24 02:47 -------
Here is a variation:
    integer, parameter :: k4=4
    character(len=3, kind=4), parameter, dimension(3) :: mychar = &
         &    [ k4_"abc", k4_"def", k4_"ghi" ]

This gives an error.  Is this valid?


-- 


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


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