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/52724] Internal read with character(kind=4) data


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

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2012-03-29 01:05:20 UTC ---
I am curious about what this line is doing:

buffer4 = 4_'123'

buffer4 is a kind=1 variable.  have you tried: character(kind=4) buffer4(100) ?


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