[Bug tree-optimization/93439] [9/10 Regression] ICE in gimple_duplicate_bb, at tree-cfg.c:6277

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 28 11:06:00 GMT 2020


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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
OK, so the reason is that when we actually create the parallel decl last_clique
is not yet up to its maximum since we later loop_version another loop in the
source function.  The solution is to move the last clique setting to
function outlining I guess.

Testing patch.


More information about the Gcc-bugs mailing list