https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110649
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jamborm at gcc dot gnu.org
--- Comment #13 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Roger Sayle from comment #12)
> Hi Jan,
> I believe you also need to remove the
> profile_count entry_count = profile_count::zero ();
> from tree-ssa-loop-ivcanon.cc's try_peel_loop to avoid a
> bootstrap issue with -Werror "variable entry_count set but unused".
I'm bootstrapping that change right now.