[Bug rtl-optimization/126213] [Coverity] Possible missing return value check on perform_pending_updates at fwprop.c:915
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 11 16:38:57 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126213
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
the checks on perform_pending_updates then call cleanup_cfg but in the case of
fwprop, cleanup_cfg is called unconditional always.
So there is no bug here.
More information about the Gcc-bugs
mailing list