This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
ICE (array operations)
- From: Toby White <tow21 at cam dot ac dot uk>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 14 Oct 2003 15:33:53 +0100
- Subject: ICE (array operations)
parabrisas% cat atmfuncs2.f
subroutine all_phi(nphi)
integer, intent(out):: nphi
integer maxlm
double precision rmod
integer, parameter :: maxphi=100
integer :: ilm(maxphi)
double precision :: rmax(maxphi)
logical :: within(maxphi)
within(1:nphi) = ( rmax(1:nphi) > rmod )
maxlm = maxval( ilm(1:nphi), mask=within(1:nphi) )
end subroutine all_phi
parabrisas% gfortran -xf95 atmfuncs2.f 3:32PM
atmfuncs2.f: In function `all_phi':
atmfuncs2.f:15: 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.
--
Dr. Toby White, Dept. of Earth Sciences, Downing Street, Cambridge CB2 3EQ. UK
Email: <tow21@cam.ac.uk>
Tel: +44 1223 333409
Fax: +44 1223 333450