This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 32e96608479 Daily bump. new abaccd9474b Darwin: Make metadata symbol lables linker-visible for GNU objc. new 390448a2873 testsuite, x86: Handle a broken assembler new 2df70b6ef0c Objective-C, Darwin: Fix a regression in handling bad receivers. new b9ee0c88305 Darwin: Fix constant CFString code-gen [PR105522]. new 3588c72322c Darwin: Fix a typo in Objective-C meta-data. new 877d8741665 Objective-C, Darwin: Do not overalign CFStrings and Objecti [...] new f1ef7143fba Darwin: Correct handling of weak crts. new 30766064e4f Darwin: Handle the fPIE option specially. new 04dbdb7347a testsuite, Objective-C: Fix duplicate libobjc cases. new f04f8734f79 testsuite,objective-c++: Fix imported NSObjCRuntime.h.
The 10 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 | 124 +++++++++++++-------- gcc/config/darwin.h | 41 ++++--- 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/lib/target-supports.exp | 1 + 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, 145 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105522.c