[Bug tree-optimization/103845] ICE in execute, at gimple-harden-conditionals.cc:552

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 28 02:25:16 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103845

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-28

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
552             gcc_checking_assert (single_succ_p (gsi_bb (gsi_split)));

;;   basic block 5, loop depth 0, count 1073312329 (estimated locally), maybe
hot
;;    prev block 4, next block 6, flags: (NEW, REACHABLE, IRREDUCIBLE_LOOP,
VISITED)
;;    pred:       3 [100.0% (guessed)]  count:1073312328 (estimated locally)
(FALLTHRU,IRREDUCIBLE_LOOP,EXECUTABLE)
  _2 = _11 != 0;
;;    succ:       6 [100.0% (guessed)]  count:1072883005 (estimated locally)
(FALLTHRU,EXECUTABLE)
;;                4 [0.0% (guessed)]  count:429324 (estimated locally)
(ABNORMAL,IRREDUCIBLE_LOOP,EXECUTABLE)


More information about the Gcc-bugs mailing list