diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2010-11-08 22:04:03 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-11-08 22:04:03 +0000 |
commit | 4741888d0321172ac91ee71c6a035d1048b49f39 (patch) | |
tree | e521b56c661feaac63138566fed5a623b044b767 /gcc/lambda-code.c | |
parent | 4ca5d2a7bdc3cd7182cbf0e1261a6df44d362d87 (diff) | |
download | gcc-4741888d0321172ac91ee71c6a035d1048b49f39.zip gcc-4741888d0321172ac91ee71c6a035d1048b49f39.tar.gz gcc-4741888d0321172ac91ee71c6a035d1048b49f39.tar.bz2 |
In gcc/objc/: 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/objc/:
2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-act.c (objc_add_synthesize_declaration_for_property):
Iterate over IMPL_PROPERTY_DECL, not CLASS_PROPERTY_DECL, when
checking for an existing @synthesize or @dynamic declaration.
Search for an inherited @property declaration if none is found in
the local interface. If the required instance variable does not
exist, return instead of trying to continue to prevent a compiler
crash later. Check that the instance variable is not already
being used by another @synthesize.
(objc_add_dynamic_declaration_for_property): Iterate over
IMPL_PROPERTY_DECL, not CLASS_PROPERTY_DECL, when checking for an
existing @synthesize or @dynamic declaration.
(objc_synthesize_getter): Search for the getter declaration in
protocols and superclasses as well.
(objc_synthesize_setter): Search for the setter declaration in
protocols and superclasses as well.
In gcc/testsuite/:
2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/property/synthesize-3.m: New.
* objc.dg/property/synthesize-4.m: New.
* objc.dg/property/synthesize-5.m: New.
* objc.dg/property/synthesize-6.m: New.
* obj-c++.dg/property/synthesize-3.mm: New.
* obj-c++.dg/property/synthesize-4.mm: New.
* obj-c++.dg/property/synthesize-5.mm: New.
* obj-c++.dg/property/synthesize-6.mm: New.
From-SVN: r166456
Diffstat (limited to 'gcc/lambda-code.c')
0 files changed, 0 insertions, 0 deletions