This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/13434] New: [gfortran] ICE in gimplify.c (maxval with mask)


(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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]