https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97333
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Target Milestone|--- |14.0
Status|NEW |RESOLVED
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I ran a bootstrap and test with gimple_can_duplicate_bb_p returning false
always. The only ICE was in the vectorizer while vectorizing OpenMP reduction
code. I tried to reproduce that ICE without the patch and could not get the
vectorizer to fail so closing as fixed.