From 77f67db2a4709388b905397421bd3a851fbbf884 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 14 Nov 2020 00:16:38 +0000 Subject: Daily bump. --- gcc/objc/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gcc/objc') diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 5bc41c6..1290c32 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,21 @@ +2020-11-13 Iain Sandoe + + PR objc/90707 + * objc-act.c (objc_prop_attr_kind_for_rid): Handle nullability. + (objc_add_property_declaration): Handle nullability attributes. + Check that these are applicable to the property type. + * objc-act.h (enum objc_property_nullability): New. + +2020-11-13 Iain Sandoe + + PR objc/77404 + * objc-act.c (objc_start_class_interface): Accept the location + of the class name, use it in existing diagnostic. + (start_class): Accept obj_root_class type attributes. Warn when + the interface for an implementation does not contain a super + class (unless the diagnostic is suppressed by the the command + line flag or the objc_root_class type attribute). + 2020-11-08 Iain Sandoe * objc-act.c (objc_prop_attr_kind_for_rid): Handle class -- cgit v1.1