This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 7d01da81b80 Daily bump. adds 9a4a29eaf23 Darwin: Define OBJECT_FORMAT_MACHO. adds 8381075ff3f Darwin: Check for that flag-reorder-and-partition. adds 19bf83a9a06 Darwin: Update rules for handling alignment of globals. adds 43dadcf3e7b Darwin: Amend a comment to be more inclusive [NFC]. new 8f921393e33 i386: Add V2SFmode DIV insn pattern [PR95046, PR103797]
The 1 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 | 14 ++++++++++++++ gcc/config/darwin.c | 24 +++++++++++++++++------- gcc/config/darwin.h | 11 ++++++----- gcc/config/i386/mmx.md | 20 ++++++++++++++++++++ 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 ++- gcc/testsuite/gcc.target/i386/pr95046-1.c | 11 ++++++++++- 9 files changed, 104 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/darwin-aligned-globals.c create mode 100644 gcc/testsuite/gcc.dg/darwin-comm-1.c