aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-26 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-26 00:16:30 +0000
commit3dff965cae6709a5fd1b7b05c51c3c8aba786961 (patch)
tree10b291eec26c639f204621ec32259cec24086f34 /gcc/objc/ChangeLog
parentda2c56ee601ac696a76e469e33c88313428c5c5a (diff)
downloadgcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.zip
gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.gz
gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index ba92c4e..007558c 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,9 @@
+2022-05-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/91134
+ * objc-act.cc (objc_build_component_ref): Adjust build_component_ref
+ caller.
+
2022-05-11 Martin Liska <mliska@suse.cz>
PR target/105355