[Bug tree-optimization/18716] [ICE] verify_flow_info failed (loop)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 29 14:03:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-29 14:03 -------
Here is an example which fails on ppc-darwin with altivec turned on:
subroutine test(n, v)
  implicit none
  integer :: n, i
  real(4) :: v(n)

  do i = 1, n
    v(i) = 0
  end do

  return
end

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dorit at il dot ibm dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-29 14:03:05
               date|                            |


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



More information about the Gcc-bugs mailing list