https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117176
--- Comment #10 from Sergei Trofimovich <slyfox at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #9) > https://gcc.gnu.org/pipermail/gcc-patches/2024-October/666250.html Does not build against current `master` anymore: > ../../source/gcc/tree-vect-patterns.cc: In function 'gimple* vect_recog_gcond_pattern(vec_info*, stmt_vec_info, tree_node**)': > ../../source/gcc/tree-vect-patterns.cc:5448:7: error: 'check_bool_pattern' was not declared in this scope; did you mean 'check_bool_attrs'? > 5448 | if (check_bool_pattern (new_lhs, vinfo, bool_stmts)) > | ^~~~~~~~~~~~~~~~~~ > | check_bool_attrs