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 23e12322bc0 libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801] new c55f706916f Darwin: Future-proof and homogeneize detection of darwin versions new 05b00c066cd Darwin: Update rules for handling alignment of globals. new a8307cfd66d Darwin: Fix empty g++ command lines [PR105599]. new 8b5d8757a33 Darwin: Future-proof -mmacosx-version-min new 3417f095f14 Darwin: Truncate kernel-provided version to OS major for Da [...] new dddcf63ee16 configure, Darwin: Correct a pasto in host-shared processing. new 9711b6aadf2 libgcc, Darwin: No early install for the compatibility libg [...] new f4ad0b2287a Darwin, fixincludes: Handle MacOS13 SDK Apple-specific depr [...] new d1c9077b8b9 Darwin, fixincludes: Handle Apple Blocks in objc/runtime.h. new 66a11141320 libsanitizer, darwin: Unsupport Darwin >= 22 for now. new 72f004746d8 c++,coroutines: Stabilize names of promoted slot vars [PR101118]. new 44369553715 c++, coroutines: Fix block nests when the function has no t [...]
The 12 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: configure | 4 +- configure.ac | 4 +- fixincludes/fixincl.x | 109 ++++++++++++++++++++++++-- fixincludes/inclhack.def | 47 +++++++++++ fixincludes/tests/base/objc/runtime.h | 24 ++++++ fixincludes/tests/base/stdio.h | 7 ++ gcc/config.gcc | 18 ++++- gcc/config/darwin-c.c | 3 +- gcc/config/darwin-driver.c | 20 ++--- gcc/config/darwin.c | 17 +++- gcc/config/darwin.h | 26 +++--- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/coroutines.cc | 6 +- gcc/testsuite/gcc.dg/attr-aligned.c | 8 +- gcc/testsuite/gcc.dg/darwin-aligned-globals.c | 24 ++++++ gcc/testsuite/gcc.dg/darwin-comm-1.c | 5 ++ gcc/testsuite/gcc.dg/darwin-minversion-link.c | 3 +- gcc/testsuite/gcc.target/i386/pr89261.c | 3 +- gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm | 2 +- gcc/testsuite/obj-c++.dg/objc-gc-3.mm | 2 +- gcc/testsuite/objc.dg/objc-gc-4.m | 2 +- libgcc/config/t-slibgcc-darwin | 21 +++-- libsanitizer/configure.tgt | 2 +- 24 files changed, 298 insertions(+), 63 deletions(-) create mode 100644 fixincludes/tests/base/objc/runtime.h create mode 100644 gcc/testsuite/gcc.dg/darwin-aligned-globals.c create mode 100644 gcc/testsuite/gcc.dg/darwin-comm-1.c