This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31764] New: [f2003] ice in new_line if used as elemental function
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2007 13:56:04 -0000
- Subject: [Bug fortran/31764] New: [f2003] ice in new_line if used as elemental function
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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