From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31374 invoked by alias); 7 Dec 2007 23:05:54 -0000 Received: (qmail 31243 invoked by uid 48); 7 Dec 2007 23:05:41 -0000 Date: Fri, 07 Dec 2007 23:05:00 -0000 Message-ID: <20071207230541.31241.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31487] Character array initialization in derived type: bad zero padding In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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/msg00575.txt.bz2 ------- Comment #5 from dominiq at lps dot ens dot fr 2007-12-07 23:05 ------- I have applied the patch in #4 and I have a lot of failures: [ibook-dhum] f90/bug% cat pr30200_red.f90 type test character(len=100) :: names(5) end type test type(test) :: keyword keyword%names=(/"a","b","c","d","e"/) END [ibook-dhum] f90/bug% gfc pr30200_red.f90 f951: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See for instructions. I did not looked yet at all the failures, but all the one I have looked at gives a bus error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31487