From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17684 invoked by alias); 25 Mar 2008 12:51:53 -0000 Received: (qmail 17294 invoked by uid 48); 25 Mar 2008 12:51:09 -0000 Date: Tue, 25 Mar 2008 12:51:00 -0000 Message-ID: <20080325125109.17293.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/27997] Fortran 2003: Support type-spec for array constructor In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert 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-03/txt/msg01978.txt.bz2 ------- Comment #7 from fxcoudert at gcc dot gnu dot org 2008-03-25 12:51 ------- (In reply to comment #6) This string length change (and padding) needs to happen way earlier than that. We should make it happen during the matching, when we convert the constructor objects into the array constructor type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27997