https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125641
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:3b443e764144526748d2b51d017d745f1956377e commit r17-2158-g3b443e764144526748d2b51d017d745f1956377e Author: Kael Andrew Alonzo Franco <[email protected]> Date: Sat Jul 4 22:02:25 2026 -0400 match: Fix #ifdef GIMPLE typo [PR125641] r17-1683-g43356828d897ad uses #ifdef GIMPLE but it should be #if GIMPLE. Bootstrapped and tested on x86_64-pc-linux-gnu. PR tree-optimization/125641 gcc/ChangeLog: * match.pd: Fix #ifdef GIMPLE typo. Signed-off-by: Kael Franco <[email protected]>
