Skip to content

Commit fa71562

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 2da641d commit fa71562

File tree

8 files changed

+90
-1
lines changed

8 files changed

+90
-1
lines changed

gcc/ChangeLog

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
2025-06-01 H.J. Lu <[email protected]>
2+
3+
PR other/120493
4+
* final.cc (call_from_call_insn): Change the argument type to
5+
const rtx_call_insn *.
6+
(get_call_rtx_from): New.
7+
* rtl.h (is_a_helper <const rtx_call_insn *>::test): New.
8+
(get_call_rtx_from): Moved to the final.cc section.
9+
* rtlanal.cc (get_call_rtx_from): Removed.
10+
11+
2025-06-01 Andrew Pinski <[email protected]>
12+
13+
* tree-ssa-forwprop.cc (optimize_vector_load): Set the vuse manually
14+
on the new load statements. Also remove forward declaration since
15+
the definition is before the first use.
16+
(pass_forwprop::execute): Likewise for complex loads.
17+
(pass_data_forwprop): Remove TODO_update_ssa.
18+
19+
2025-06-01 Pan Li <[email protected]>
20+
21+
* config/riscv/autovec.md: Fix line too long for sorts
22+
of pattern.
23+
24+
2025-06-01 Takayuki 'January June' Suwa <[email protected]>
25+
26+
* config/xtensa/xtensa.cc: Remove include of reload.h.
27+
28+
2025-06-01 Takayuki 'January June' Suwa <[email protected]>
29+
30+
* config/xtensa/xtensa.md (movsf_internal):
31+
Remove destination side constraint modifier '^' in the third
32+
alternative.
33+
34+
2025-06-01 Takayuki 'January June' Suwa <[email protected]>
35+
36+
* config/xtensa/xtensa.cc
37+
(xtensa_ira_change_pseudo_allocno_class):
38+
New prototype and function.
39+
(TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
40+
(xtensa_register_move_cost):
41+
Change between integer and FP register move cost to a value
42+
based on actual behavior, i.e. 2, the default and the same as
43+
the move cost between integer registers.
44+
145
2025-05-31 Andrew Pinski <[email protected]>
246

347
* function.h (struct function): Remove last_verified.

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250601
1+
20250602

gcc/c/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-06-01 Martin Uecker <[email protected]>
2+
3+
PR c/120380
4+
* c-objc-common.cc (get_aka_type): Ignore attributes for tagged types.
5+
16
2025-05-30 Qing Zhao <[email protected]>
27

38
PR c/120354

gcc/cobol/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-06-01 Robert Dubner <[email protected]>
2+
3+
PR cobol/119524
4+
* gengen.cc (gg_printf): Use the new __gg__fprintf_stderr() function
5+
instead of generating a call to fprintf().
6+
17
2025-05-20 Robert Dubner <[email protected]>
28
James K. Lowden <[email protected]>
39

gcc/m2/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-06-01 Gaius Mulley <[email protected]>
2+
3+
PR modula2/120474
4+
* gm2-libs-log/InOut.mod (LocalWrite): Call FIO.FlushBuffer.
5+
16
2025-06-01 Gaius Mulley <[email protected]>
27

38
PR modula2/120497

gcc/testsuite/ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2025-06-01 Jerry DeLisle <[email protected]>
2+
3+
PR libfortran/119856
4+
* gfortran.dg/pr119856.f90: New test.
5+
6+
2025-06-01 Martin Uecker <[email protected]>
7+
8+
PR c/120380
9+
* gcc.dg/pr120380.c: New test.
10+
11+
2025-06-01 Jason Merrill <[email protected]>
12+
13+
PR c++/120123
14+
* g++.dg/cpp23/explicit-obj-lambda18.C: Move to...
15+
* g++.dg/cpp2a/concepts-lambda24.C: ...here.
16+
117
2025-06-01 Gaius Mulley <[email protected]>
218

319
PR modula2/120497

libgcobol/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-06-01 Robert Dubner <[email protected]>
2+
3+
PR cobol/119524
4+
* libgcobol.cc (__gg__fprintf_stderr): New function.
5+
16
2025-05-20 Robert Dubner <[email protected]>
27
James K. Lowden <[email protected]>
38

libgfortran/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-06-01 Jerry DeLisle <[email protected]>
2+
3+
PR libfortran/119856
4+
* io/format.c (parse_format_list): Set the fmt->error
5+
message for missing comma.
6+
(parse_format): Do not cache the parsed format string
7+
if a previous error ocurred.
8+
19
2025-05-13 Jakub Jelinek <[email protected]>
210

311
PR libfortran/120196

0 commit comments

Comments
 (0)