Re: [PATCH 12/17] Silence a clang warning in tree-vect-slp.cc about an unused variable

2025-06-25 Thread Richard Biener
> Am 25.06.2025 um 16:30 schrieb Martin Jambor : > > Hi, > > since r15-4695-gd17e672ce82e69 (Richard Biener: Assert finished > vectorizer pattern COND_EXPR transition), the static const array > cond_expr_maps is unused and when GCC is compiled with clang, it warns > about that. > > This patc

[PATCH 12/17] Silence a clang warning in tree-vect-slp.cc about an unused variable

2025-06-25 Thread Martin Jambor
Hi, since r15-4695-gd17e672ce82e69 (Richard Biener: Assert finished vectorizer pattern COND_EXPR transition), the static const array cond_expr_maps is unused and when GCC is compiled with clang, it warns about that. This patch simply removes the variable. Bootstrapped and tested on x86_64-linx.