[PATCH] AVX-512: Pacify -Wshift-overflow=2. [PR115409]

2024-06-09 Thread Collin Funk
. * config/i386/avx512fp16vlintrin.h (_mm256_conj_pch): Likewise. (_mm_conj_pch): Likewise. Signed-off-by: Collin Funk --- gcc/config/i386/avx512fp16intrin.h | 2 +- gcc/config/i386/avx512fp16vlintrin.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config

[PATCH] build: Fix missing variable quotes

2024-06-13 Thread Collin Funk
arguments ./configure: line 9005: test: =: unary operator expected ChangeLog: * configure.ac: Quote variable result of AC_SEARCH_LIBS. * configure: Regenerate. Signed-off-by: Collin Funk --- configure| 10 +- configure.ac | 8 2 files changed, 9 insertions(+), 9

[PATCH] build: Fix missing variable quotes and typo

2024-06-19 Thread Collin Funk
: =: unary operator expected ChangeLog: PR bootstrap/115453 * configure.ac: Quote variable result of AC_SEARCH_LIBS. Fix typo ac_cv_search_pthread_crate. * configure: Regenerate. Signed-off-by: Collin Funk --- configure| 8 configure.ac | 8

[PING] [PATCH] AVX-512: Pacify -Wshift-overflow=2. [PR115409]

2024-06-21 Thread Collin Funk
Hi Hongtao, I submitted a patch silencing -Wshift-overflow on a signed int constant here: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/654016.html You OK'd it here: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/654140.html Are you able to commit it for me please? I do not