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/13835] [tree-ssa] Several loops detected instead of a single one


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 06:42 -------
Fixed:
;; Function main (main)

;; 2 loops found, 2 levels
;;
;; Loop 0:
;;  header -1, latch -2, pre-header -1
;;  depth 0, level 2, outer -1
;;  nodes: -1 0 1 2 3 4 6 5 -2
;;
;; Loop 1:
;;  header 1, latch 6, pre-header -1
;;  depth 1, level 1, outer 0
;;  nodes: 1 6 4 3 2
;; 0 succs { 1 }
;; 1 succs { 3 2 }
;; 2 succs { 4 }
;; 3 succs { 4 }
;; 4 succs { 5 6 }
;; 6 succs { 1 }
;; 5 succs { -2 }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|lno                         |3.5.0


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


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