[Bug tree-optimization/126397] always true condition in tree-ssa-ifcombine.cc
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 28 23:59:35 GMT 2026
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 <kael@gcc.gnu.org>:
https://gcc.gnu.org/g:a88f4a1392a8bd2e6158189463328aadfe13a349
commit r17-2769-ga88f4a1392a8bd2e6158189463328aadfe13a349
Author: Kael Andrew Alonzo Franco <kaelfandrew@gmail.com>
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 <kaelfandrew@gmail.com>
More information about the Gcc-bugs
mailing list