This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 6266bdbe001 Darwin: Make metadata symbol lables linker-visible for GNU objc. new db0b08494f3 Objective-C, Darwin: Fix a regression in handling bad receivers. new bd760ac35d7 Darwin: Fix constant CFString code-gen [PR105522]. new 5ec63c2e0b9 Darwin: Fix a typo in Objective-C meta-data. new 56455edc657 Objective-C/C++: Ensure sufficient setup for the preprocessor. new 4e65626d29c Objective-C, Darwin: Do not overalign CFStrings and Objecti [...] new 46b76b76bdc testsuite,objective-c++: Fix imported NSObjCRuntime.h. new 1b81063e299 testsuite, Objective-C: Fix duplicate libobjc cases.
The 7 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/config/darwin.cc | 109 ++++++++++++--------- gcc/config/darwin.h | 2 + gcc/objc/objc-act.cc | 7 +- gcc/objc/objc-next-runtime-abi-02.cc | 20 +++- gcc/objc/objc-runtime-shared-support.cc | 4 + gcc/testsuite/gcc.dg/pr105522.c | 17 ++++ gcc/testsuite/obj-c++.dg/encode-10.mm | 1 - gcc/testsuite/obj-c++.dg/encode-9.mm | 1 - .../GNUStep/Foundation/NSObjCRuntime.h | 3 + 9 files changed, 113 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105522.c