Skip to content

Commit 0163d50

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 67e824c commit 0163d50

File tree

5 files changed

+70
-1
lines changed

5 files changed

+70
-1
lines changed

gcc/ChangeLog

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2025-03-02 Jeff Law <[email protected]>
2+
3+
PR target/118934
4+
* config/riscv/corev.md (cv_branch): Adjust output template.
5+
(branch): Likewise.
6+
* config/riscv/riscv.md (branch): Likewise.
7+
* config/riscv/riscv.cc (riscv_asm_output_opcode): Handle 'r' rather
8+
than 'n'.
9+
10+
2025-03-02 Jakub Jelinek <[email protected]>
11+
12+
PR translation/118991
13+
* config/avr/avr.cc (avr_print_operand): Print ival into
14+
a temporary buffer and use %s in output_operand_lossage to make
15+
the diagnostics translatable.
16+
17+
2025-03-02 Filip Kastl <[email protected]>
18+
19+
PR tree-optimization/117919
20+
* gimple-ssa-sccopy.cc (scc_copy_prop::propagate): Prune
21+
statements that 'replace_uses_by ()' removed.
22+
123
2025-03-01 Gerald Pfeifer <[email protected]>
224

325
PR target/69374

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250302
1+
20250303

gcc/fortran/ChangeLog

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2025-03-02 Sandra Loosemore <[email protected]>
2+
3+
* intrinsic.texi: Fix inconsistent capitalization of argument
4+
names and other minor copy-editing.
5+
6+
2025-03-02 Sandra Loosemore <[email protected]>
7+
8+
PR fortran/47928
9+
* intrinsic.texi: Move the "Standard" subheading farther down.
10+
11+
2025-03-02 Sandra Loosemore <[email protected]>
12+
13+
PR fortran/47928
14+
* gfortran.texi: Move all the "Syntax" subheadings ahead of
15+
"Description", and rename to "Synopsis".
16+
* intrinsic.texi: Likewise.
17+
18+
2025-03-02 Sandra Loosemore <[email protected]>
19+
20+
PR fortran/47928
21+
* intrinsic.texi: Put a blank line between "@item @emph{}"
22+
subheadings, but not more than one.
23+
24+
2025-03-02 Sandra Loosemore <[email protected]>
25+
26+
PR fortran/47928
27+
* gfortran.texi: Consistently use "@emph{Notes}:" instead of
28+
other spellings.
29+
* intrinsic.texi: Likewise. Also fix an inconsistent capitalization
30+
and remove a redundant "Standard" entry.
31+
132
2025-03-01 Harald Anlauf <[email protected]>
233

334
* match.cc (gfc_match_nullify): Free matched expression when

gcc/m2/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-03-02 Gaius Mulley <[email protected]>
2+
3+
PR modula2/119088
4+
* gm2-compiler/M2SymInit.mod (ConfigSymInit): Reimplement to
5+
defensively check for NulSym type.
6+
17
2025-02-22 Gaius Mulley <[email protected]>
28

39
PR modula2/118978

gcc/testsuite/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-03-02 Gaius Mulley <[email protected]>
2+
3+
PR modula2/119088
4+
* gm2/pim/fail/tinyfor4.mod: New test.
5+
6+
2025-03-02 Filip Kastl <[email protected]>
7+
8+
PR tree-optimization/117919
9+
* g++.dg/pr117919.C: New test.
10+
111
2025-03-01 Yuriy Kolerov <[email protected]>
212

313
PR target/118906

0 commit comments

Comments
 (0)