At revision 163459 with testcase :

      implicit none
      integer, parameter :: nx = 3, ny = 4
      integer, dimension(nx,ny) :: a
      if (any (a /= a)) call abort
      end


-- 
           Summary: ICE in gfc_conv_intrinsic_any_all at -O{n>0}
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikael at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-freebsd8.0
  GCC host triplet: x86_64-unknown-freebsd8.0
GCC target triplet: x86_64-unknown-freebsd8.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45380

Reply via email to