This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33108] unformatted string write errors with End of record.
- From: "dagurasu15 at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2007 17:55:59 -0000
- Subject: [Bug fortran/33108] unformatted string write errors with End of record.
- References: <bug-33108-14991@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dagurasu15 at hotmail dot com 2007-08-18 17:55 -------
As it turns out (not surprisingly), you are correct. It never did work, just
the old compiler didn't catch the runtime error. I usually use a left justify
routine on my strings in the end so I never noticed the space or the array
overwrite. So this it turns out is indeed a feature, and a good one, not a
bug. Sorry for the noise. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33108