]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Apr 2026 00:16:24 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Apr 2026 00:16:24 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 3f7e53096ae2902cfcc506c6eccfb01168e4efbe..24ab5dfde619de700d9f5dddd071835e751a349a 100644 (file)
@@ -1,3 +1,40 @@
+2026-04-26  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR tree-optimization/110262
+       * match.pd (`signed < 0 ? positive : min<signed, positive>`): New
+       pattern.
+
+2026-04-26  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * 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  <roger@nextmovesoftware.com>
+
+       * 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  <roger@nextmovesoftware.com>
+
+       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  <roger@nextmovesoftware.com>
+
+       * 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  <jeffrey.law@oss.qualcomm.com>
 
        PR rtl-optimization/56096
index 8f5381806216359f5dc6ca79f765658132babf41..17970483ad045817c8ec7da30be89059a85094bd 100644 (file)
@@ -1 +1 @@
-20260426
+20260427
index cb3058bd9ac3f5abd8a21aa9a96bcd2a09e999ed..739319d37095735626fbc8fe6e51810b39304952 100644 (file)
@@ -1,3 +1,20 @@
+2026-04-26  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       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  <roger@nextmovesoftware.com>
+
+       * gcc.target/i386/sse2-pshufd-2.c: New test case.
+
+2026-04-26  Roger Sayle  <roger@nextmovesoftware.com>
+
+       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  <jeffrey.law@oss.qualcomm.com>
 
        PR rtl-optimization/56096