This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25539] New: internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130
- From: "dir at lanl dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Dec 2005 21:57:29 -0000
- Subject: [Bug fortran/25539] New: internal compiler error: in build_function_decl, at fortran/trans-decl.c:1130
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I thought that I saw this before, but I could not find it with a search. Here
is an ICE on a bad program -
[dranta:~/tests/gfortran-D] dir% gfortran -c rspace.F
rspace.F:1: internal compiler error: in build_function_decl, at
fortran/trans-decl.c:1130
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[dranta:~/tests/gfortran-D] dir% cat rspace.F
subroutine link2(namef)
c
entry link2(nameg)
return
c
end
--
Summary: internal compiler error: in build_function_decl, at
fortran/trans-decl.c:1130
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dir at lanl dot gov
GCC host triplet: powerpc-apple-darwin8.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25539