This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/gcc.
from df784801daf Fix Ada build failure for the SuSE PowerPC64/Linux compiler adds 0c30bf43eb2 Objective-C : Implement NSObject attribute. adds 6f762481a21 Objective-C/C++ (C-family) : Add missing 'atomic' property [...] adds 497c9f8d4dd libcpp: Update cpp_wcwidth() to Unicode 13.0.0 adds bd3cefe4501 testsuite: Fix Wimplicit-fallthrough-20.c. adds 2da7ee050cf Daily bump. adds 8e620386b8a rs6000: Fix bootstrap after r11-4793. new 94b74e7aca8 testsuite, Darwin, X86 : Add target requires native tls to test. new 49393e266a2 testsuite, Darwin, PPC : Skip zero scratch regs tests.
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: contrib/ChangeLog | 9 + contrib/unicode/EastAsianWidth.txt | 115 ++- contrib/unicode/PropList.txt | 75 +- contrib/unicode/README | 4 +- contrib/unicode/UnicodeData.txt | 962 ++++++++++++++++++++- contrib/unicode/from_glibc/unicode_utils.py | 2 +- contrib/unicode/from_glibc/utf8_gen.py | 11 +- gcc/ChangeLog | 5 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 10 + gcc/c-family/ChangeLog | 12 + 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/c/ChangeLog | 5 + gcc/config/rs6000/rs6000.c | 3 +- gcc/objc/ChangeLog | 11 + gcc/objc/objc-act.c | 40 +- gcc/testsuite/ChangeLog | 42 + .../c-c++-common/Wimplicit-fallthrough-20.c | 6 +- gcc/testsuite/c-c++-common/zero-scratch-regs-10.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-11.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-8.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-9.c | 2 +- .../gcc.target/i386/builtin_thread_pointer.c | 1 + 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 + libcpp/ChangeLog | 4 + libcpp/generated_cpp_wcwidth.h | 188 ++-- libstdc++-v3/ChangeLog | 9 + 33 files changed, 1545 insertions(+), 179 deletions(-) create mode 100644 gcc/testsuite/obj-c++.dg/attributes/nsobject-01.mm create mode 100644 gcc/testsuite/objc.dg/attributes/nsobject-01.m