File tree Expand file tree Collapse file tree 5 files changed +69
-1
lines changed Expand file tree Collapse file tree 5 files changed +69
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
29
2025-09-20 Jan Hubicka <jh@suse.cz>
2
30
3
31
* doc/invoke.texi (--param max-devirt-targets) Document.
Original file line number Diff line number Diff line change 1
- 20250921
1
+ 20250922
Original file line number Diff line number Diff line change
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
+
1
23
2025-09-20 Paul Thomas <pault@gcc.gnu.org>
2
24
3
25
PR fortran/83746
Original file line number Diff line number Diff line change
1
+ 2025-09-21 Mark Wielaard <mark@klomp.org>
2
+
3
+ * lang.opt.urls: Regenerate.
4
+
1
5
2025-09-20 Gaius Mulley <gaiusmod2@gmail.com>
2
6
3
7
PR modula2/122009
Original file line number Diff line number Diff line change
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
+
1
15
2025-09-20 Patrick Palka <ppalka@redhat.com>
2
16
3
17
PR c++/121981
You can’t perform that action at this time.
0 commit comments