This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df784801daf Fix Ada build failure for the SuSE PowerPC64/Linux compiler new 0c30bf43eb2 Objective-C : Implement NSObject attribute. new 6f762481a21 Objective-C/C++ (C-family) : Add missing 'atomic' property [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c-family/c-attribs.c | 39 +++++++++++++ gcc/c-family/c-common.c | 17 +++--- gcc/c-family/c-common.h | 2 +- gcc/c-family/c.opt | 4 ++ gcc/objc/objc-act.c | 40 ++++++++++--- gcc/testsuite/obj-c++.dg/attributes/nsobject-01.mm | 66 ++++++++++++++++++++++ gcc/testsuite/obj-c++.dg/property/at-property-4.mm | 3 + gcc/testsuite/objc.dg/attributes/nsobject-01.m | 66 ++++++++++++++++++++++ gcc/testsuite/objc.dg/property/at-property-4.m | 3 + 9 files changed, 224 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/obj-c++.dg/attributes/nsobject-01.mm create mode 100644 gcc/testsuite/objc.dg/attributes/nsobject-01.m