]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jun 2024 00:16:45 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jun 2024 00:16:45 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index 367fc62edce1919bec41af456c70f09d5ff5ea2c..507f9675de280389670affafc6ddc4d376dce7d0 100644 (file)
@@ -1,3 +1,25 @@
+2024-06-29  Maciej W. Rozycki  <macro@orcam.me.uk>
+
+       PR rtl-optimization/115565
+       * cse.cc (record_jump_cond): Use INT_MIN rather than -1 for
+       `comparison_qty' if !REG_P.
+
+2024-06-29  Sergei Lewis  <slewis@rivosinc.com>
+
+       * config/riscv/riscv.md (movmem<mode>): New expander.
+
+2024-06-29  Pan Li  <pan2.li@intel.com>
+
+       * match.pd: Add imm form for .SAT_ADD matching.
+       * tree-ssa-math-opts.cc (math_opts_dom_walker::after_dom_children):
+       Add .SAT_ADD matching under PLUS_EXPR.
+
+2024-06-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       * config/mcore/mcore.md  (zero_extendqihi2): Clobber CC in expander
+       and matching insn.
+       (zero_extendqisi2): Likewise.
+
 2024-06-28  Andrew MacLeod  <amacleod@redhat.com>
 
        * gimple-range-cache.cc (ssa_lazy_cache::ssa_lazy_cache): Relocate here.
index 674b36c5c7cf5901c5fb5646d739b145297eba4f..e88fa6b412b26c41fd9b3e5720836f9fc95a89b5 100644 (file)
@@ -1 +1 @@
-20240629
+20240630
index 13d36074199eacfb544f160951ecd5f65675738c..8984864d13debde89df9fb1528d3ae76fceeee26 100644 (file)
@@ -1,3 +1,9 @@
+2024-06-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114019
+       * trans-stmt.cc (gfc_trans_allocate): Fix handling of case of
+       scalar character expression being used for SOURCE.
+
 2024-06-28  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        * trans-expr.cc (gfc_class_set_vptr): Add setting of _vptr
index b46a7d1230d6a78987d23070194e27ec4a11bb4c..c4f480c5bff859a0c3c73ea874060a2fcc9dd453 100644 (file)
@@ -1,3 +1,11 @@
+2024-06-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * jit-recording.cc
+       (recording::memento_of_typeinfo::make_debug_string): Default the value
+       of ident.
+       (recording::memento_of_typeinfo::write_reproducer): Default the value
+       of type.
+
 2024-06-27  Antoni Boucher  <bouanto@zoho.com>
 
        * docs/topics/compatibility.rst (LIBGCCJIT_ABI_28): New ABI tag.
index f88d2580a322248c613f1180d98b2956f50c5de4..1af418c08ff40046ec040b770e69eaa5bc6c106f 100644 (file)
@@ -1,3 +1,13 @@
+2024-06-29  Sergei Lewis  <slewis@rivosinc.com>
+
+       PR target/112109
+       * gcc.target/riscv/rvv/base/movmem-1.c: New test
+
+2024-06-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/114019
+       * gfortran.dg/allocate_with_source_33.f90: New test.
+
 2024-06-28  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/106760
This page took 0.096748 seconds and 5 git commands to generate.