From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32473 invoked by alias); 28 Dec 2007 01:00:57 -0000 Received: (qmail 32160 invoked by uid 48); 28 Dec 2007 01:00:45 -0000 Date: Fri, 28 Dec 2007 01:00:00 -0000 Message-ID: <20071228010045.32159.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34565] internal write to string array fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" 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-12/txt/msg02313.txt.bz2 ------- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-12-28 01:00 ------- The relevant code is in transfer.c (next_array_record). You will see the TODO in the comment. The array descriptor should be coming in fine to the library so this function just needs to be updated some. Enjoy! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34565