[Bug tree-optimization/85597] [6/7/8/9 Regression] internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.c:229

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 2 07:46:00 GMT 2018


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2018-05-02
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Mine then.  SSA form is corrupt:

  <bb 12> [local count: 858993466]:
  vect_cst__66 = { 1.0e+0, 1.0e+0, 1.0e+0, 1.0e+0 };
  _67 = {_6, _10, _13, _16};
  vect_cst__68 = _67;

  <bb 3> [local count: 6950038024]:
...
  # ivtmp_73 = PHI <ivtmp_74(5), 0(12)>
  _6 = *S_32;


More information about the Gcc-bugs mailing list