From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7933 invoked by alias); 5 Jun 2005 19:29:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7926 invoked by uid 48); 5 Jun 2005 19:29:45 -0000 Date: Sun, 05 Jun 2005 19:29:00 -0000 Message-ID: <20050605192945.7925.qmail@sourceware.org> From: "schnetter at aei dot mpg dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050603182407.21902.schnetter@aei.mpg.de> References: <20050603182407.21902.schnetter@aei.mpg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/21902] ICE in build_array_type, at tree.c:4581 X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg00839.txt.bz2 List-Id: ------- Additional Comments From schnetter at aei dot mpg dot de 2005-06-05 19:29 ------- This segmentation fault seems to be caused by the combination of the declaration character :: msg(100) and the statement write (msg, '("Error in call to GESV, info=",i2)') info Note that the declaration declares an array of 100 strings, each one character long. (This is not what I intended.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21902