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 a3fb781d4b3 tree-optimization/102176 - locally compute participating SLP stmts adds 637dfcf43cf Explicitly add -msse2 to compile HF related libgcc source file. adds 564efbf4007 Fix PR tree-optimization/63184: add simplification of (& + [...] adds 8a4602c2e0f match.pd: Fix up __builtin_*_overflow arg demotion [PR102207] adds c0b03afeab4 Fix debug info for packed array types in Ada adds 086bb917d6e 'libgomp.c/target-43.c': '-latomic' for nvptx offloading
No new revisions were added by this update.
Summary of changes: gcc/dwarf2out.c | 22 ++++++++++++++-------- gcc/match.pd | 21 +++++++++++++++++++-- gcc/testsuite/c-c++-common/pr19807-2.c | 5 ++--- gcc/testsuite/c-c++-common/pr19807-3.c | 5 ++--- gcc/testsuite/gcc.dg/pr102207.c | 24 ++++++++++++++++++++++++ libgcc/Makefile.in | 2 +- libgcc/config/i386/64/t-softfp | 5 +++++ libgcc/config/i386/_divhc3.c | 4 ++++ libgcc/config/i386/_mulhc3.c | 4 ++++ libgcc/config/i386/t-softfp | 22 +++++++++++++++++++++- libgomp/testsuite/libgomp.c/target-43.c | 2 ++ 11 files changed, 98 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102207.c create mode 100644 libgcc/config/i386/_divhc3.c create mode 100644 libgcc/config/i386/_mulhc3.c