From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24075 invoked by alias); 18 Oct 2008 17:48:18 -0000 Received: (qmail 23840 invoked by uid 48); 18 Oct 2008 17:46:57 -0000 Date: Sat, 18 Oct 2008 17:48:00 -0000 Message-ID: <20081018174657.23839.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/37707] Namelist read of array of derived type incorrect 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: 2008-10/txt/msg01214.txt.bz2 ------- Comment #20 from jvdelisle at gcc dot gnu dot org 2008-10-18 17:46 ------- There are a few problems going on here. When writing a namelist with no delim= specified, we should default to a quote. That is trivial. Then, we also need to enable finding a namelist object name vs a character object. The mechanism for that is already in the library code. I think I just need to adjust the condition that invoke it. I will work up the patch. Thanks Tobias for your diagnosis. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37707