Skip to content

Commit 790bbb9

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent ef45d64 commit 790bbb9

File tree

11 files changed

+185
-1
lines changed

11 files changed

+185
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-10-01 Richard Earnshaw <[email protected]>
2+
3+
* .editorconfig: Unify the GCC and GDB/binutils root config.
4+
15
2025-09-23 Richard Earnshaw <[email protected]>
26

37
* .editorconfig: Fix glob patterns.

gcc/ChangeLog

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
2025-10-01 Jeff Law <[email protected]>
2+
3+
PR target/122106
4+
* config/riscv/bitmanip.md (crc expanders): Add predicate for
5+
polynomial argument. Drop unnecessary constraints.
6+
7+
2025-10-01 Andreas Schwab <[email protected]>
8+
9+
PR target/122066
10+
* config/m68k/m68k.md (adddi3, subdi3): Strip POST_INC and PRE_DEC
11+
when generating high part of the destination operand.
12+
13+
2025-10-01 Jan Hubicka <[email protected]>
14+
15+
* auto-profile.cc (afdo_calculate_branch_prob): Improve dump file.
16+
17+
2025-10-01 Jan Hubicka <[email protected]>
18+
19+
* auto-profile.cc (determine_scale): Break out from ...
20+
(afdo_adjust_guessed_profile): ... here.
21+
(scale_bb_profile): New function.
22+
(afdo_annotate_cfg): Use it.
23+
* params.opt (auto-profile-bbs): New parmaeter.
24+
* doc/invoke.texi (auto-profile-bbs): Document.
25+
26+
2025-10-01 Jan Hubicka <[email protected]>
27+
28+
* auto-profile.cc (afdo_unscaled_edge_count): New function based on
29+
part of ...
30+
(afdo_set_bb_count): ... this function; use it here.
31+
(afdo_calculate_branch_prob): Try to determine edge counts using
32+
phi args and goto locuses.
33+
34+
2025-10-01 Jan Hubicka <[email protected]>
35+
36+
* Makefile.in (ALL_FDAS): New variable.
37+
(ALL_HOST_BACKEND_OBJ): Use all.fda instead of cc1plus.fda
38+
(all.fda): New target
39+
40+
2025-10-01 Jan Hubicka <[email protected]>
41+
42+
* cfghooks.cc (merge_blocks): Choose more reliable or higher BB
43+
count.
44+
45+
2025-10-01 Jan Hubicka <[email protected]>
46+
47+
* predict.cc (unlikely_executed_stmt_p): Remove redundant check.
48+
(rebuild_frequencies): Also recompute unlikely bbs when profile is
49+
present or consistent.
50+
51+
2025-10-01 Andrew MacLeod <[email protected]>
52+
53+
PR tree-optimization/120560
54+
* vr-values.cc (range_from_loop_direction): Use wi::ge_p rather
55+
than wi::gt_p.
56+
57+
2025-10-01 Richard Biener <[email protected]>
58+
59+
PR tree-optimization/122110
60+
* tree-vect-loop.cc (vectorizable_reduction): Relax restriction
61+
to mode-precision operations.
62+
163
2025-09-30 David Malcolm <[email protected]>
264

365
* diagnostics/output-spec.cc (text_scheme_handler::make_sink): Use

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251001
1+
20251002

gcc/c-family/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-10-01 Alejandro Colomar <[email protected]>
2+
3+
* c.opt.urls: Regenerate
4+
15
2025-09-26 Alejandro Colomar <[email protected]>
26

37
* c.opt: Add -Wmultiple-parameter-fwd-decl-lists

gcc/c/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-10-01 Jan Hubicka <[email protected]>
2+
3+
* Make-lang.in: Add c_FDAS
4+
(create_fdas_for_cc1): Be sure that build fails if create_gcov fails.
5+
16
2025-09-30 Martin Uecker <[email protected]>
27

38
PR target/121933

gcc/cp/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2025-10-01 Iain Sandoe <[email protected]>
2+
3+
* constexpr.cc (cxx_eval_constant_expression): Use revised
4+
interfaces to determine if contracts are ignored and, if not,
5+
whether they are evaluated.
6+
* contracts.h (contract_ignored_p, contract_evaluated_p): New.
7+
8+
2025-10-01 Jan Hubicka <[email protected]>
9+
10+
* Make-lang.in: Add c++_FDAS
11+
(create_fdas_for_cc1plus): Be sure that build fails if create_gcov fails.
12+
113
2025-09-27 Jason Merrill <[email protected]>
214

315
PR c++/112632

gcc/fortran/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2025-10-01 Harald Anlauf <[email protected]>
2+
3+
PR fortran/122080
4+
* trans-array.cc (gfc_conv_array_parameter): Wrap the derivation of
5+
bounds and strides for the descriptor of an optional dummy array
6+
argument by a test on argument presence when it is supposed to be
7+
passed to an optional argument.
8+
9+
2025-10-01 Paul Thomas <[email protected]>
10+
11+
PR fortran/122089
12+
* decl.cc (gfc_get_pdt_instance): If the pdt_template is use
13+
associated, 'module' field should be copied to this instance.
14+
115
2025-09-30 Paul Thomas <[email protected]>
216

317
PR fortran/102241

gcc/lto/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-10-01 Jan Hubicka <[email protected]>
2+
3+
* Make-lang.in: Add lto_FDAS; enable FDA collection
4+
(create_fdas_for_lto1): Be sure that build fails if create_gcov fails.
5+
16
2025-04-15 Kyrylo Tkachov <[email protected]>
27

38
* lto-partition.cc (add_node_references_to_partition): Define.

gcc/m2/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-10-01 Gaius Mulley <[email protected]>
2+
3+
PR modula2/122009
4+
* pge-boot/Gldtoa.cc (ldtoa_ldtoa): Change int to bool for
5+
parameter sign.
6+
17
2025-09-21 Mark Wielaard <[email protected]>
28

39
* lang.opt.urls: Regenerate.

gcc/testsuite/ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2025-10-01 Jeff Law <[email protected]>
2+
3+
PR target/122106
4+
* gcc.target/riscv/pr122106.c: New test.
5+
6+
2025-10-01 Harald Anlauf <[email protected]>
7+
8+
PR fortran/122080
9+
* gfortran.dg/ubsan/missing_optional_dummy_9.f90: New test.
10+
11+
2025-10-01 Andreas Schwab <[email protected]>
12+
13+
PR target/122066
14+
* gcc.c-torture/compile/pr122066.c: New test.
15+
16+
2025-10-01 Andrew MacLeod <[email protected]>
17+
18+
PR tree-optimization/120560
19+
* gcc.dg/pr120560.c: New.
20+
21+
2025-10-01 Paul Thomas <[email protected]>
22+
23+
PR fortran/122089
24+
* gfortran.dg/pdt_51.f03: New test.
25+
126
2025-09-30 David Malcolm <[email protected]>
227

328
* lib/sarif.py: Remove import of ET.

0 commit comments

Comments
 (0)