This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from f49d28757ed Daily bump. new a1b0ace9737 Darwin: Fix constant CFString code-gen [PR105522]. new 310b047f4b7 Darwin: Fix a typo in Objective-C meta-data. new acfa562eaa4 Objective-C/C++: Ensure sufficient setup for the preprocessor. new 88d9c5bfb17 Objective-C, Darwin: Do not overalign CFStrings and Objecti [...] new 61d0cd29f9f Darwin: Correct handling of weak crts. new e07bed1e7f6 testsuite, Objective-C: Fix duplicate libobjc cases.
The 6 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.c | 106 ++++++++++++++++++++------------- gcc/config/darwin.h | 39 +++++++----- gcc/objc/objc-act.c | 7 ++- gcc/objc/objc-next-runtime-abi-02.c | 18 +++++- gcc/objc/objc-runtime-shared-support.c | 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 - 8 files changed, 130 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105522.c