From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4591 invoked by alias); 27 May 2007 09:06:26 -0000 Received: (qmail 4572 invoked by uid 48); 27 May 2007 09:06:17 -0000 Date: Sun, 27 May 2007 09:06:00 -0000 Message-ID: <20070527090617.4571.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31258] segfault with transpose(reshape(char)) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig 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-05/txt/msg02389.txt.bz2 ------- Comment #4 from tkoenig at gcc dot gnu dot org 2007-05-27 09:06 ------- I forgot the source code for the cshift case: $ cat cshift.f90 CHARACTER(LEN=3), DIMENSION(10) :: Z CHARACTER(LEN=10) :: res Z(:)="123" write(*,'(10A1)') CSHIFT(Z(:)(2:2),2) END $ gfortran cshift.f90 cshift.f90: In function 'MAIN__': cshift.f90:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31258