aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-17 00:16:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-17 00:16:28 +0000
commit702bd11fa7ddfce0d24581251e979e8a6d7c0d4d (patch)
tree6ca13e21e6448652742ba9a5437c654e43c5fdd8 /gcc/lto
parented12749a3c9d9569a2c23df2e0db2136dcd3512d (diff)
downloadgcc-702bd11fa7ddfce0d24581251e979e8a6d7c0d4d.zip
gcc-702bd11fa7ddfce0d24581251e979e8a6d7c0d4d.tar.gz
gcc-702bd11fa7ddfce0d24581251e979e8a6d7c0d4d.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index b815c9b..31c3bc2 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-16 Martin Liska <mliska@suse.cz>
+
+ * lto-common.cc (lto_resolution_read): Use ARRAY_SIZE.
+ * lto-lang.cc (lto_init): Likewise.
+
2022-03-23 Tobias Burnus <tobias@codesourcery.com>
PR middle-end/104285