This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f625d13d2d7 Daily bump. new 9473ba97f08 Darwin: Update rules for handling alignment of globals. new 5bd1e853b30 libgcc, Darwin: No early install for the compatibility libg [...] new 34608a77121 Darwin, fixincludes: Handle MacOS13 SDK Apple-specific depr [...] new 0a4550a326e Darwin, fixincludes: Handle Apple Blocks in objc/runtime.h. new 13cea2625ed Darwin, crts: Fix a build warning.
The 5 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: fixincludes/fixincl.x | 109 ++++++++++++++++++++++++-- fixincludes/inclhack.def | 47 +++++++++++ fixincludes/tests/base/objc/runtime.h | 24 ++++++ fixincludes/tests/base/stdio.h | 7 ++ gcc/config.gcc | 14 ++++ gcc/config/darwin.c | 17 +++- gcc/config/darwin.h | 9 +-- 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.target/i386/pr89261.c | 3 +- libgcc/config/darwin10-unwind-find-enc-func.c | 1 + libgcc/config/t-slibgcc-darwin | 21 +++-- 13 files changed, 265 insertions(+), 24 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