]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Mar 2025 00:17:56 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Mar 2025 00:17:56 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 72b0c8910c3a879d37abf9245fe12e9cde29d901..0e63581d372a620e16c17578ba98699bc9f99608 100644 (file)
@@ -1,3 +1,25 @@
+2025-03-02  Jeff Law  <jlaw@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  <jakub@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  <fkastl@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  <gerald@pfeifer.com>
 
        PR target/69374
index 08a14c75034b3786ee64b88015d5c78c60126d6e..b12838a394326c8d352ac6fb0aa7152c71189b51 100644 (file)
@@ -1 +1 @@
-20250302
+20250303
index 0e49f65bffd0d2f49ecc108c3b48fbdb6e1a2e72..d2efacc59225e908cac7644ce4fead07558233a2 100644 (file)
@@ -1,3 +1,34 @@
+2025-03-02  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       * intrinsic.texi: Fix inconsistent capitalization of argument
+       names and other minor copy-editing.
+
+2025-03-02  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR fortran/47928
+       * intrinsic.texi: Move the "Standard" subheading farther down.
+
+2025-03-02  Sandra Loosemore  <sloosemore@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  <sloosemore@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  <sloosemore@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  <anlauf@gmx.de>
 
        * match.cc (gfc_match_nullify): Free matched expression when
index f3c5e0d67b4c1c2b35086480e6b8a8f651fdb197..99bfa3b77d2597e72937d0fc2e1b35f4b3e4d87c 100644 (file)
@@ -1,3 +1,9 @@
+2025-03-02  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/119088
+       * gm2-compiler/M2SymInit.mod (ConfigSymInit): Reimplement to
+       defensively check for NulSym type.
+
 2025-02-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/118978
index 59f42571af805bf29a4f9de15a2484bac768d683..b8f065282304cd50092b39dd67bac45ef77dcf70 100644 (file)
@@ -1,3 +1,13 @@
+2025-03-02  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/119088
+       * gm2/pim/fail/tinyfor4.mod: New test.
+
+2025-03-02  Filip Kastl  <fkastl@suse.cz>
+
+       PR tree-optimization/117919
+       * g++.dg/pr117919.C: New test.
+
 2025-03-01  Yuriy Kolerov  <Yuriy.Kolerov@synopsys.com>
 
        PR target/118906