https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123855
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-01-28
CC| |j at lambda dot is
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. Seems we do
/* In case there was no predecessor, the IOR/initial state can
just be a constant. In this case, the IOR also becomes the
block's entry node which means it will be considered for
flushing in single-vertex paths. */
ssa = build_int_cst (gcov_type_node, *ior);
SSAen.put ({bb, bucket}, ssa);
but then we still try to add instructions updating counters which ICEs.
Jorgen?