This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15324] New: [gfortran] segfault / ICE with array of assumed length characters
- From: "Tobias dot Schlueter at physik dot uni-muenchen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 16:38:24 -0000
- Subject: [Bug fortran/15324] New: [gfortran] segfault / ICE with array of assumed length characters
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[tobi@marktplatz tests]$ cat reduced.f90
function S_Max_Loc (Vector, Mask) result (Ans)
character (len = *), intent (in), dimension(:) :: Vector
logical, dimension(Size(Vector)) :: M
end function S_Max_Loc
[tobi@marktplatz tests]$ gfortran reduced.f90
reduced.f90: In function `s_max_loc':
reduced.f90:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[tobi@marktplatz tests]$
--
Summary: [gfortran] segfault / ICE with array of assumed length
characters
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux
GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15324