diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-02-19 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-02-19 00:16:21 +0000 |
commit | bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61 (patch) | |
tree | 927b329f3a46b74aab3bd85935e7c904647c4098 /gcc/c-family | |
parent | d1efec57e279f5b0cd62073696cd351fce369bb7 (diff) | |
download | gcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.zip gcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.tar.gz gcc-bf81237eccb1d5d2d8078b1d2c5a0b9cc0258d61.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 8f33293..c608048 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,10 @@ +2021-02-18 H.J. Lu <hjl.tools@gmail.com> + + PR target/99113 + * c-attribs.c (c_common_attribute_table): Add the "retain" + attribute. + (handle_retain_attribute): New function. + 2021-02-16 Marek Polacek <polacek@redhat.com> PR c++/99062 |