diff options
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/ChangeLog | 5 |
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 |