This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52724] Internal read with character(kind=4) data
- From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Mar 2012 01:05:20 +0000
- Subject: [Bug fortran/52724] Internal read with character(kind=4) data
- Auto-submitted: auto-generated
- References: <bug-52724-4@http.gcc.gnu.org/bugzilla/>
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) ?