https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126955
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrea Pinski <[email protected]>: https://gcc.gnu.org/g:db4b57cec86f48565f88da7c1c92d27e259621d8 commit r17-3527-gdb4b57cec86f48565f88da7c1c92d27e259621d8 Author: Andrea Pinski <[email protected]> Date: Thu Aug 20 23:42:33 2026 -0700 match: Remove extra `#if GIMPLE` [PR126955] There was an extra `#if GIMPLE` added when already inside a `#if GIMPLE` case. So this removes it. Pushed as obvious after a bootstrap/test on x86_64-linux-gnu. PR middle-end/126955 gcc/ChangeLog: * match.pd: Remove extra `#if GIMPLE`/`#endif` pair. Signed-off-by: Andrea Pinski <[email protected]>
