From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13836 invoked by alias); 18 Aug 2007 17:56:22 -0000 Received: (qmail 13144 invoked by uid 48); 18 Aug 2007 17:55:59 -0000 Date: Sat, 18 Aug 2007 17:56:00 -0000 Message-ID: <20070818175559.13143.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33108] unformatted string write errors with End of record. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dagurasu15 at hotmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01243.txt.bz2 ------- 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