https://gcc.gnu.org/g:0163d5052dcb5e517da95a9b518f98a5ba3138dd

commit r15-7788-g0163d5052dcb5e517da95a9b518f98a5ba3138dd
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Mar 3 00:17:56 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 22 ++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 31 +++++++++++++++++++++++++++++++
 gcc/m2/ChangeLog        |  6 ++++++
 gcc/testsuite/ChangeLog | 10 ++++++++++
 5 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 72b0c8910c3a..0e63581d372a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,25 @@
+2025-03-02  Jeff Law  <j...@ventanamicro.com>
+
+       PR target/118934
+       * config/riscv/corev.md (cv_branch): Adjust output template.
+       (branch): Likewise.
+       * config/riscv/riscv.md (branch): Likewise.
+       * config/riscv/riscv.cc (riscv_asm_output_opcode): Handle 'r' rather
+       than 'n'.
+
+2025-03-02  Jakub Jelinek  <ja...@redhat.com>
+
+       PR translation/118991
+       * config/avr/avr.cc (avr_print_operand): Print ival into
+       a temporary buffer and use %s in output_operand_lossage to make
+       the diagnostics translatable.
+
+2025-03-02  Filip Kastl  <fka...@suse.cz>
+
+       PR tree-optimization/117919
+       * gimple-ssa-sccopy.cc (scc_copy_prop::propagate): Prune
+       statements that 'replace_uses_by ()' removed.
+
 2025-03-01  Gerald Pfeifer  <ger...@pfeifer.com>
 
        PR target/69374
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 08a14c75034b..b12838a39432 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250302
+20250303
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 0e49f65bffd0..d2efacc59225 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,34 @@
+2025-03-02  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       * intrinsic.texi: Fix inconsistent capitalization of argument
+       names and other minor copy-editing.
+
+2025-03-02  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR fortran/47928
+       * intrinsic.texi: Move the "Standard" subheading farther down.
+
+2025-03-02  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR fortran/47928
+       * gfortran.texi: Move all the "Syntax" subheadings ahead of
+       "Description", and rename to "Synopsis".
+       * intrinsic.texi: Likewise.
+
+2025-03-02  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR fortran/47928
+       * intrinsic.texi: Put a blank line between "@item @emph{}"
+       subheadings, but not more than one.
+
+2025-03-02  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR fortran/47928
+       * gfortran.texi: Consistently use "@emph{Notes}:" instead of
+       other spellings.
+       * intrinsic.texi: Likewise.  Also fix an inconsistent capitalization
+       and remove a redundant "Standard" entry.
+
 2025-03-01  Harald Anlauf  <anl...@gmx.de>
 
        * match.cc (gfc_match_nullify): Free matched expression when
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index f3c5e0d67b4c..99bfa3b77d25 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,9 @@
+2025-03-02  Gaius Mulley  <gaiusm...@gmail.com>
+
+       PR modula2/119088
+       * gm2-compiler/M2SymInit.mod (ConfigSymInit): Reimplement to
+       defensively check for NulSym type.
+
 2025-02-22  Gaius Mulley  <gaiusm...@gmail.com>
 
        PR modula2/118978
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 59f42571af80..b8f065282304 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2025-03-02  Gaius Mulley  <gaiusm...@gmail.com>
+
+       PR modula2/119088
+       * gm2/pim/fail/tinyfor4.mod: New test.
+
+2025-03-02  Filip Kastl  <fka...@suse.cz>
+
+       PR tree-optimization/117919
+       * g++.dg/pr117919.C: New test.
+
 2025-03-01  Yuriy Kolerov  <yuriy.kole...@synopsys.com>
 
        PR target/118906

Reply via email to