https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120582
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:864a0748f3e9fdd1505a26002bd348a95ed3076a commit r17-3271-g864a0748f3e9fdd1505a26002bd348a95ed3076a Author: Kael Andrew Alonzo Franco <[email protected]> Date: Wed Aug 12 20:03:39 2026 -0400 tree-optimization: Remove dead code in tree-ssa-forwprop.cc. [PR120582] This is dead since COND_EXPR is always a SSA_NAME or a constant. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR tree-optimization/120582 gcc/ChangeLog: * tree-ssa-forwprop.cc (simplify_builtin_call): Remove dead code. Signed-off-by: Kael Andrew Franco <[email protected]>
