public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13434] New: [gfortran] ICE in gimplify.c (maxval with mask)
@ 2003-12-18 18:13 tow21 at cam dot ac dot uk
  2003-12-18 18:57 ` [Bug fortran/13434] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tow21 at cam dot ac dot uk @ 2003-12-18 18:13 UTC (permalink / raw)
  To: gcc-bugs

(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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-31 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-18 18:13 [Bug fortran/13434] New: [gfortran] ICE in gimplify.c (maxval with mask) tow21 at cam dot ac dot uk
2003-12-18 18:57 ` [Bug fortran/13434] " pinskia at gcc dot gnu dot org
2003-12-19  7:36 ` pinskia at gcc dot gnu dot org
2003-12-31 15:10 ` cvs-commit at gcc dot gnu dot org
2003-12-31 15:41 ` pbrook at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).