https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25623
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2006-03-02 12:57:12 |2021-8-8 Known to fail| |4.4.7, 4.9.1, 5.1.0, 7.1.0 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- For comment #1 in GCC 8+, the problem shows up in thread1: ;; Invalid sum of incoming counts 332256647 (estimated locally), should be 365072220 (estimated locally) On the trunk in thread1: ;; basic block 6, loop depth 0, count 0 (precise), probably never executed ;; Invalid sum of incoming counts 20359759 (estimated locally), should be 0 (precise) ;; prev block 5, next block 7, flags: (NEW, VISITED) ;; pred: 4 [never] count:0 (precise) (TRUE_VALUE,EXECUTABLE) ;; 5 [11.4% (guessed)] count:20359759 (estimated locally) (TRUE_VALUE,EXECUTABLE) # .MEM_16 = PHI <.MEM_11(4), .MEM_12(5)> # .MEM_8 = VDEF <.MEM_16> # USE = nonlocal # CLB = nonlocal abortD.1081 (); ;; succ: ;; basic block 7, loop depth 0, count 1073741824 (estimated locally), maybe hot ;; Invalid sum of incoming counts 1053382065 (estimated locally), should be 1073741824 (estimated locally) ;; prev block 6, next block 1, flags: (NEW, VISITED) ;; pred: 5 [88.6% (guessed)] count:158087543 (estimated locally) (FALSE_VALUE,EXECUTABLE) ;; 4 [always] count:186624922 (estimated locally) (FALSE_VALUE,EXECUTABLE) ;; 2 [66.0% (guessed)] count:708669600 (estimated locally) (FALSE_VALUE,EXECUTABLE) # .MEM_9 = PHI <.MEM_12(5), .MEM_11(4), .MEM_4(D)(2)> # VUSE <.MEM_9> return; ;; succ: EXIT [always] count:1073741824 (estimated locally) (EXECUTABLE)