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 62ad1bba1b3 Daily bump. new a996d8d7a8d Darwin: Handle poly_int machine_modes. new cd1428a5f6e testsuite, Darwin: XFAIL runs for two timode conversion tests. new dc734dad7ae Darwin : Update libc function availability. new 08d4e37c91b Darwin : Begin rework of zero-fill sections. new df11e89be56 Darwin : Avoid a C++ ODR violation seen with LTO. new aa55f33e6cb Darwin: Guard two macros in darwin.h. new 2dc332f7ce4 Darwin : Adjust defaults for current bootstrap constraints. new 9982ca0f0e3 Darwin : Simplify headers. new c3d51b2d238 dwarf2unwind : Force the CFA after remember/restore pairs [ [...] new 80ba9d88322 coroutines: Fix unused value found by static analysis. new 0b0a5791918 coroutines : Adjust error handling for type-dependent corou [...]
The 11 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.gcc | 49 +++++++-- gcc/config/darwin-c.c | 15 ++- gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 117 +++++++++++---------- gcc/config/darwin.h | 58 +++++++--- gcc/config/darwin10.h | 36 ------- gcc/config/darwin12.h | 27 ----- gcc/config/darwin9.h | 59 ----------- gcc/config/rs6000/darwin8.h | 21 ---- gcc/cp/coroutines.cc | 19 ++-- gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2cfi.c | 6 ++ gcc/target.def | 14 +++ gcc/testsuite/g++.dg/coroutines/pr96251.C | 32 ++++++ gcc/testsuite/gcc.dg/darwin-sections.c | 42 ++++---- .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + 18 files changed, 240 insertions(+), 264 deletions(-) delete mode 100644 gcc/config/darwin10.h delete mode 100644 gcc/config/darwin12.h delete mode 100644 gcc/config/darwin9.h delete mode 100644 gcc/config/rs6000/darwin8.h create mode 100644 gcc/testsuite/g++.dg/coroutines/pr96251.C