This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648
- From: "lei at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2004 09:18:18 -0000
- Subject: [Bug fortran/13811] New: -fdump-tree-all causes ICE at tree-inline.c:648
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
% cat hello.f90
SUBROUTINE FOO11(A)
CHARACTER*11 A
A = "HELLO WORLD"
END SUBROUTINE FOO11
% gfortran -fdump-tree-all -c hello.f90
hello.f90: In function `foo11':
hello.f90:0: internal compiler error: in copy_body_r, at tree-inline.c:648
--
Summary: -fdump-tree-all causes ICE at tree-inline.c:648
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lei at il dot ibm dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13811