aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-04-10 00:16:34 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-04-10 00:16:34 +0000
commit71cac7de8f1285307f921908a43fd864baa543f9 (patch)
tree165e593bf12f957846d6c37efd4730f3b8c5f478 /gcc/ChangeLog
parent3d41408c5d28105e7a3ea2eb2529431a70b96369 (diff)
downloadgcc-71cac7de8f1285307f921908a43fd864baa543f9.zip
gcc-71cac7de8f1285307f921908a43fd864baa543f9.tar.gz
gcc-71cac7de8f1285307f921908a43fd864baa543f9.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfdd355..8e6182e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2022-04-09 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/103376
+ * cgraphunit.cc (cgraph_node::analyze): update semantic_interposition
+ flag.
+
+2022-04-09 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-modref.cc (ipa_merge_modref_summary_after_inlining): Propagate
+ nondeterministic and side_effects flags.
+
2022-04-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
PR target/105157