https://gcc.gnu.org/g:1197598df31262aae4cf84e51fe876f7f0454917
commit r17-97-g1197598df31262aae4cf84e51fe876f7f0454917 Author: GCC Administrator <[email protected]> Date: Mon Apr 27 00:16:24 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f7e53096ae2..24ab5dfde619 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,40 @@ +2026-04-26 Andrew Pinski <[email protected]> + + PR tree-optimization/110262 + * match.pd (`signed < 0 ? positive : min<signed, positive>`): New + pattern. + +2026-04-26 Gerald Pfeifer <[email protected]> + + * doc/install.texi (Prerequisites): Use Binutils over binutils to + refer to that project. + (Downloading the source): Ditto. + (Configuration): Ditto. + (Building): Ditto. + (Specific): Ditto. + +2026-04-26 Roger Sayle <[email protected]> + + * simplify-rtx.cc (simplify_context::simplify_binary_operation_1) + <case VEC_SELECT>: Simplify a (non-identity) vec_select of a + vec_select. + +2026-04-26 Roger Sayle <[email protected]> + + PR tree-optimization/124715 + * match.pd (simpify pows): Check flag_errno_math before simplifying + pow(x,-1) -> 1/x when x could be zero. + +2026-04-26 Roger Sayle <[email protected]> + + * config/i386/sse.md + (<avx512>_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>): + Change mode iterator from V48H_AVX512VL to VFH_AVX512VL and op3's + predicate from <cmp_imm_predicate> to const_0_to_31_operand. + (<avx512>_cmp<mode>3<mask_scalar_merge_name>): Change mode + iterator from VI12_AVX512VL to VI1248_AVX512VLBW. + (<avx512>_ucmp<mode>3<mask_scalar_merge_name>): Likewise. + 2026-04-26 Jeff Law <[email protected]> PR rtl-optimization/56096 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8f5381806216..17970483ad04 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260426 +20260427 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cb3058bd9ac3..739319d37095 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2026-04-26 Andrew Pinski <[email protected]> + + PR tree-optimization/110262 + * gcc.dg/pr110262-1.c: New test. + * gcc.dg/tree-ssa/phi-opt-46.c: New test. + * gcc.dg/tree-ssa/phi-opt-47.c: New test. + +2026-04-26 Roger Sayle <[email protected]> + + * gcc.target/i386/sse2-pshufd-2.c: New test case. + +2026-04-26 Roger Sayle <[email protected]> + + PR tree-optimization/124715 + * gcc.dg/no-math-errno-5.c: New test case. + * gcc.dg/no-math-errno-6.c: Likewise. + 2026-04-26 Jeff Law <[email protected]> PR rtl-optimization/56096
