Skip to content

Commit b5d8289

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent af9c69e commit b5d8289

File tree

13 files changed

+1923
-1
lines changed

13 files changed

+1923
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-17 Arthur Cohen <arthur.cohen@embecosm.com>
2+
3+
* .gitignore: Add libgrust target folders to the ignore list.
4+
15
2025-03-14 Thomas Schwinge <thomas@codesourcery.com>
26

37
PR target/92713

contrib/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-17 Sahil Yeole <sahilyeole93@gmail.com>
2+
3+
* update-copyright.py: Add libgrust folder.
4+
15
2025-03-15 Tobias Burnus <tburnus@baylibre.com>
26

37
* gcc-changelog/git_repository.py (parse_git_revisions): Destroy the

gcc/ChangeLog

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
2025-03-17 Jeff Law <jlaw@ventanamicro.com>
2+
3+
* config/riscv/bitmanip.md (*<or_optab>i<mode>_extrabit): Reject cases
4+
where we only need to twiddle one bit. Fix formatting.
5+
(*andi<mode>extrabit): Likewise.
6+
7+
2025-03-17 Vladimir N. Makarov <vmakarov@redhat.com>
8+
9+
PR rtl-optimization/119285
10+
* ira-costs.cc (equiv_can_be_consumed_p): Use 2 ways for
11+
recognizing a valid insn after equiv insertion.
12+
13+
2025-03-17 Michael Matz <matz@suse.de>
14+
15+
PR target/112980
16+
* config/rs6000/rs6000.opt (msplit-patch-nops): New option.
17+
* doc/invoke.texi (RS/6000 and PowerPC Options): Document it.
18+
* config/rs6000/rs6000.h (machine_function.stop_patch_area_print):
19+
New member.
20+
* config/rs6000/rs6000.cc (rs6000_print_patchable_function_entry):
21+
Emit split nops under control of that one.
22+
* config/rs6000/rs6000-logue.cc (rs6000_output_function_prologue):
23+
Add handling of split patch nops.
24+
25+
2025-03-17 Michal Jires <mjires@suse.cz>
26+
27+
* common.opt.urls: Regenerate.
28+
29+
2025-03-17 Michal Jires <mjires@suse.cz>
30+
31+
* doc/invoke.texi: (Optimize Options):
32+
Add incremental LTO flags.
33+
34+
2025-03-17 Robin Dapp <rdapp@ventanamicro.com>
35+
36+
PR target/119114
37+
* config/riscv/autovec.md: Apply & 0x1 mask when initializing
38+
bitmask vector.
39+
40+
2025-03-17 Ayan Shafqat <ayan.x.shafqat@gmail.com>
41+
42+
* config/aarch64/arm_acle.h (__fma, __fmaf): New functions.
43+
44+
2025-03-17 Richard Biener <rguenther@suse.de>
45+
46+
* opts.cc (gen_producer_string): Record -D and -U
47+
with _FORTIFY_SOURCE prefix.
48+
149
2025-03-16 Jeff Law <jlaw@ventanamicro.com>
250

351
PR target/116256

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250317
1+
20250318

gcc/cobol/ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2025-03-17 Bob Dubner <rdubner@symas.com>
2+
3+
PR cobol/119213
4+
* Make-lang.in: Eliminate CPPFLAGS= assignment.
5+
* cdf.y: Modify #includes that reference libgcobol.
6+
* cobol1.cc: Modify #includes that reference libgcobol.
7+
* except.cc: Modify #includes that reference libgcobol.
8+
* gcobolspec.cc: Modify #includes that reference libgcobol.
9+
* genapi.cc: Modify #includes that reference libgcobol.
10+
* gengen.cc: Modify #includes that reference libgcobol.
11+
* genmath.cc: Modify #includes that reference libgcobol.
12+
* genutil.cc: Modify #includes that reference libgcobol.
13+
* parse.y: Modify #includes that reference libgcobol.
14+
* scan.l: Modify #includes that reference libgcobol.
15+
* structs.cc: Modify #includes that reference libgcobol.
16+
* symbols.cc: Modify #includes that reference libgcobol.
17+
* symfind.cc: Modify #includes that reference libgcobol.
18+
* util.cc: Modify #includes that reference libgcobol.
19+
120
2025-03-14 Robert Dubner <rdubner@symas.com>
221

322
PR cobol/119214

gcc/po/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-03-17 Joseph Myers <josmyers@redhat.com>
2+
3+
* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
4+
ja.po, ka.po, nl.po, ru.po, sr.po, sv.po, tr.po, uk.po, vi.po,
5+
zh_CN.po, zh_TW.po: Update.
6+
17
2025-03-14 Joseph Myers <josmyers@redhat.com>
28

39
* gcc.pot: Regenerate.

0 commit comments

Comments
 (0)