https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123756
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:984962bf0f5780ff2305c249c69ef60a059f7c76 commit r16-6972-g984962bf0f5780ff2305c249c69ef60a059f7c76 Author: Richard Biener <[email protected]> Date: Thu Jan 22 11:11:18 2026 +0100 tree-optimization/123756 - remove now bogus assert in reduction vect With r16-5372-gfacb92812a4ec5 I have generalized reduction operator support to allow (masked) internal functions in more cases. The following removes an now bogus assert given IFN_FMAX is now allowed given IFN_COND_FMAX is available. PR tree-optimization/123756 * tree-vect-loop.cc (vect_transform_reduction): Remove bogus assert. * gcc.dg/vect/vect-pr123756.c: New testcase.
