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