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 tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-28 16:51 -------
Reduced testcase:

================================
      subroutine buts ( v )
      dimension v( 5)
      do i = 1, 5
         do j = 1, 5
            do k = 1, 5
              v( i ) = v( 1 )
            end do
         end do
      end do
      end
================================

To me this looks very much like comment #4 from PR 17672.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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


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