This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13434] New: [gfortran] ICE in gimplify.c (maxval with mask)
- From: "tow21 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2003 18:01:22 -0000
- Subject: [Bug fortran/13434] New: [gfortran] ICE in gimplify.c (maxval with mask)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
(tree-ssa snapshot, 20031217)
parabrisas% cat test2.f
subroutine all_phi
implicit none
integer maxlm
integer, parameter :: maxphi=100
integer :: ilm(maxphi)
logical :: within(maxphi)
maxlm = maxval( ilm , mask=within )
end subroutine all_phi
parabrisas% gfortran -xf95 -c test2.f
test2.f: In function `all_phi':
test2.f:11: internal compiler error: tree check: expected class 't', have 'r'
(array_ref) in create_tmp_var, at gimplify.c:342
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: [gfortran] ICE in gimplify.c (maxval with mask)
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tow21 at cam dot ac dot uk
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13434