diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-08 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-08 00:16:31 +0000 |
commit | 2da7ee050cf01c8c38cb20828a432921e6b9f5b7 (patch) | |
tree | 70ad104ae4664b45545926c3a704c16ddd9cc864 /gcc/c-family | |
parent | bd3cefe45019251d1471857197f4cf6a76fd69e9 (diff) | |
download | gcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.zip gcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.tar.gz gcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index bfe0ccc..741527a 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,15 @@ +2020-11-07 Iain Sandoe <iain@sandoe.co.uk> + + * c-common.c (c_common_reswords): Add 'atomic' property + attribute. + * c-common.h (enum rid): Add RID_PROPATOMIC for atomic + property attributes. + +2020-11-07 Iain Sandoe <iain@sandoe.co.uk> + + * c-attribs.c (handle_nsobject_attribute): New. + * c.opt: Add WNSObject-attribute. + 2020-11-06 Iain Sandoe <iain@sandoe.co.uk> * c-objc.h (enum objc_property_attribute_group): New |