https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126397
--- Comment #1 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:a88f4a1392a8bd2e6158189463328aadfe13a349 commit r17-2769-ga88f4a1392a8bd2e6158189463328aadfe13a349 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Tue Jul 28 19:58:37 2026 -0400 tree-optimization: Remove true condition in tree-ssa-ifcombine.cc. [PR126397] This condition is always true as checked by verify_gimple_cond in tree-cfg.cc. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR tree-optimization/126397 gcc/ChangeLog: * tree-ssa-ifcombine.cc (ifcombine_ifandif): Remove true condition. Signed-off-by: Kael Andrew Franco <[email protected]>
