https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120581
--- 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:e34e364a520f67d371c2aba43828ec1c50aef71f commit r17-3270-ge34e364a520f67d371c2aba43828ec1c50aef71f Author: Kael Andrew Alonzo Franco <[email protected]> Date: Wed Aug 12 20:11:25 2026 -0400 sanitizer: Remove dead code in sancov.cc. [PR120581] This is dead since COND_EXPR is always a SSA_NAME or a constant. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR sanitizer/120581 gcc/ChangeLog: * sancov.cc (sancov_pass): Remove dead code. Signed-off-by: Kael Andrew Franco <[email protected]>
