From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6380 invoked by alias); 30 Apr 2007 13:56:21 -0000 Received: (qmail 6328 invoked by uid 48); 30 Apr 2007 13:56:04 -0000 Date: Mon, 30 Apr 2007 13:56:00 -0000 Subject: [Bug fortran/31764] New: [f2003] ice in new_line if used as elemental function X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke 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-04/txt/msg02396.txt.bz2 F2003, 13.7.85, NEW_LINE, Argument: A shall be of type character. It may be a scalar or an array. $> cat newline.f90 WRITE(*,*) NEW_LINE((/'a', 'b', 'c'/)) END $> gfortran-svn -g -Wall newline.f90 && ./a.out newline.f90: In function 'MAIN__': newline.f90:1: internal compiler error: in gfc_conv_intrinsic_function, at fortran/trans-intrinsic.c:3567 $> gfortran-svn -v gcc version 4.3.0 20070428 (experimental) -- Summary: [f2003] ice in new_line if used as elemental function Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dfranke at gcc dot gnu dot org OtherBugsDependingO 20585 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31764