https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120579
--- 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:7f549ea2b47a709e9966ce608b92a44f3d2c2353 commit r17-3267-g7f549ea2b47a709e9966ce608b92a44f3d2c2353 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Wed Aug 12 20:40:24 2026 -0400 tree-optimization: Remove dead code in gimple.cc. [PR120579] 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/120579 gcc/ChangeLog: * gimple.cc (gimple_could_trap_p_1): Remove dead code. Signed-off-by: Kael Andrew Franco <[email protected]>
