Skip to content

Commit 0874ada

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent c6781f5 commit 0874ada

File tree

5 files changed

+69
-1
lines changed

5 files changed

+69
-1
lines changed

gcc/ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2025-09-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
2+
3+
* tree-ssa-ccp.cc (optimize_unreachable): Don't check for forced labels.
4+
5+
2025-09-21 Jan Hubicka <jh@suse.cz>
6+
7+
* cgraphclones.cc (cgraph_node::create_version_clone): Recompute
8+
calls_comdat_local
9+
10+
2025-09-21 Jan Hubicka <jh@suse.cz>
11+
12+
* cgraph.cc (cgraph_edge::maybe_hot_p): For AFDO profiles force
13+
count to be non-zero.
14+
15+
2025-09-21 Jan Hubicka <jh@suse.cz>
16+
17+
* auto-profile.cc (autofdo_source_profile::read): Scale profile up to
18+
profile_count::n_bits - 10.
19+
20+
2025-09-21 Jan Hubicka <jh@suse.cz>
21+
22+
* ipa-inline-transform.cc (clone_inlined_nodes): Add KEEP_OFFLINE_COPY
23+
parameter.
24+
(inline_call): Sanity check profile and if it is clearly broken do
25+
not subtract profile from original function.
26+
* ipa-inline.cc (recursive_inlining): Update.
27+
* ipa-inline.h (clone_inlined_nodes): Update.
28+
129
2025-09-20 Jan Hubicka <jh@suse.cz>
230

331
* doc/invoke.texi (--param max-devirt-targets) Document.

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250921
1+
20250922

gcc/fortran/ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2025-09-21 Harald Anlauf <anlauf@gmx.de>
2+
3+
PR fortran/109010
4+
* st.cc (gfc_free_statement): Also free components expr3 and expr4.
5+
6+
2025-09-21 Thomas Koenig <tkoenig@gcc.gnu.org>
7+
8+
PR fortran/121161
9+
* invoke.texi: Mention that -ffrontend-optimize is required
10+
for -fexternal-blas64.
11+
* options.cc (gfc_post_options): Fatal error if -fexternal-blas64
12+
is specified without -ffrontend-optimize.
13+
* trans-types.cc (gfc_init_kinds): Fatal error if -fexternal-blas64
14+
is specified on a system which does not have 64-bit ptrdiff_t.
15+
16+
2025-09-21 Harald Anlauf <anlauf@gmx.de>
17+
18+
PR fortran/108581
19+
* trans-array.cc (gfc_conv_expr_descriptor): Take the dynamic
20+
string length into account when deriving the dataptr offset for
21+
a deferred-length character array.
22+
123
2025-09-20 Paul Thomas <pault@gcc.gnu.org>
224

325
PR fortran/83746

gcc/m2/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-09-21 Mark Wielaard <mark@klomp.org>
2+
3+
* lang.opt.urls: Regenerate.
4+
15
2025-09-20 Gaius Mulley <gaiusmod2@gmail.com>
26

37
PR modula2/122009

gcc/testsuite/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2025-09-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
2+
3+
* gcc.dg/builtin-unreachable-7.c: New test.
4+
5+
2025-09-21 Thomas Koenig <tkoenig@gcc.gnu.org>
6+
7+
PR fortran/121161
8+
* gfortran.dg/matmul_blas_3.f90: Add effective target lp64.
9+
10+
2025-09-21 Harald Anlauf <anlauf@gmx.de>
11+
12+
PR fortran/108581
13+
* gfortran.dg/deferred_character_39.f90: New test.
14+
115
2025-09-20 Patrick Palka <ppalka@redhat.com>
216

317
PR c++/121981

0 commit comments

Comments
 (0)