]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Jun 2025 00:16:29 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Jun 2025 00:16:29 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/cobol/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libgcobol/ChangeLog
libgfortran/ChangeLog

index 53a5cbaa9385916d7c70417a0010839a8703e82a..25c6624554a3372ecc726a8ea40b254d67bb1a45 100644 (file)
@@ -1,3 +1,47 @@
+2025-06-01  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR other/120493
+       * final.cc (call_from_call_insn): Change the argument type to
+       const rtx_call_insn *.
+       (get_call_rtx_from): New.
+       * rtl.h (is_a_helper <const rtx_call_insn *>::test): New.
+       (get_call_rtx_from): Moved to the final.cc section.
+       * rtlanal.cc (get_call_rtx_from): Removed.
+
+2025-06-01  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       * tree-ssa-forwprop.cc (optimize_vector_load): Set the vuse manually
+       on the new load statements. Also remove forward declaration since
+       the definition is before the first use.
+       (pass_forwprop::execute): Likewise for complex loads.
+       (pass_data_forwprop): Remove TODO_update_ssa.
+
+2025-06-01  Pan Li  <pan2.li@intel.com>
+
+       * config/riscv/autovec.md: Fix line too long for sorts
+       of pattern.
+
+2025-06-01  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.cc: Remove include of reload.h.
+
+2025-06-01  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.md (movsf_internal):
+       Remove destination side constraint modifier '^' in the third
+       alternative.
+
+2025-06-01  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.cc
+       (xtensa_ira_change_pseudo_allocno_class):
+       New prototype and function.
+       (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
+       (xtensa_register_move_cost):
+       Change between integer and FP register move cost to a value
+       based on actual behavior, i.e. 2, the default and the same as
+       the move cost between integer registers.
+
 2025-05-31  Andrew Pinski  <quic_apinski@quicinc.com>
 
        * function.h (struct function): Remove last_verified.
index 42f5016bedf8d486a4f572cd1471f1d6f9179f6e..5646e6e7423c277fe934850d560ca3e3b2664da0 100644 (file)
@@ -1 +1 @@
-20250601
+20250602
index f36431bbf0dc31af88551ed9b6380e370f474235..92abbf2ae581ca3a443145656f00a8711e214f6e 100644 (file)
@@ -1,3 +1,8 @@
+2025-06-01  Martin Uecker  <uecker@tugraz.at>
+
+       PR c/120380
+       * c-objc-common.cc (get_aka_type): Ignore attributes for tagged types.
+
 2025-05-30  Qing Zhao  <qing.zhao@oracle.com>
 
        PR c/120354
index 44bf89fcb1aa6a8c73405c2fc05c950a33d10775..bfa49bdb5396ed528632278e3bb70ccb049f1331 100644 (file)
@@ -1,3 +1,9 @@
+2025-06-01  Robert Dubner  <rdubner@symas.com>
+
+       PR cobol/119524
+       * gengen.cc (gg_printf): Use the new __gg__fprintf_stderr() function
+       instead of generating a call to fprintf().
+
 2025-05-20  Robert Dubner  <rdubner@symas.com>
            James K. Lowden  <jklowden@cobolworx.com>
 
index 5f13f6c1e474c2ba0b25148b34baa5eff59d8002..6b19a4d0b1d8645c808b9bfdeae8d4abdfa0cee7 100644 (file)
@@ -1,3 +1,8 @@
+2025-06-01  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/120474
+       * gm2-libs-log/InOut.mod (LocalWrite): Call FIO.FlushBuffer.
+
 2025-06-01  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/120497
index 52064cd360611815c8dbf1422c72b432a6f24fcd..905bbb099f398080dc464467b1fb0e983bd5b49c 100644 (file)
@@ -1,3 +1,19 @@
+2025-06-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/119856
+       * gfortran.dg/pr119856.f90: New test.
+
+2025-06-01  Martin Uecker  <uecker@tugraz.at>
+
+       PR c/120380
+       * gcc.dg/pr120380.c: New test.
+
+2025-06-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120123
+       * g++.dg/cpp23/explicit-obj-lambda18.C: Move to...
+       * g++.dg/cpp2a/concepts-lambda24.C: ...here.
+
 2025-06-01  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/120497
index 83a826eef151f9b938c8676df5f5a687db181473..4293598050a91e8ac00b81fd8161ed59c8dcbb11 100644 (file)
@@ -1,3 +1,8 @@
+2025-06-01  Robert Dubner  <rdubner@symas.com>
+
+       PR cobol/119524
+       * libgcobol.cc (__gg__fprintf_stderr): New function.
+
 2025-05-20  Robert Dubner  <rdubner@symas.com>
            James K. Lowden  <jklowden@cobolworx.com>
 
index 638c03ecc8cf395b7afdbb9c224a18dd56860bc2..1f658d5d3d2efe264ec1f4fe2ef947dc25315c07 100644 (file)
@@ -1,3 +1,11 @@
+2025-06-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/119856
+       * io/format.c (parse_format_list): Set the fmt->error
+       message for missing comma.
+       (parse_format): Do not cache the parsed format string
+       if a previous error ocurred.
+
 2025-05-13  Jakub Jelinek  <jakub@redhat.com>
 
        PR libfortran/120196