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 bf3695691f4 i386: Handle memory operand for direct call to cvtps2pd in unpack adds 13f44099bcc middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart. adds faa0c328ee6 Fix one issue in OpenMP 'requires' directive diagnostics adds f7854e2faf7 middle-end: don't lower past veclower [PR106063] new 95a234f5cbd lto-dump: Do not print output file
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/builtins.cc | 8 ++-- gcc/calls.cc | 2 +- gcc/emit-rtl.cc | 6 ++- gcc/expmed.cc | 28 ++++++++------ gcc/expmed.h | 2 +- gcc/expr.cc | 44 +++++++++++----------- gcc/expr.h | 2 +- gcc/ifcvt.cc | 5 ++- gcc/internal-fn.cc | 16 ++++---- gcc/lto-cgraph.cc | 2 +- gcc/lto/lto-dump.cc | 16 +++++--- gcc/match.pd | 14 +++++-- gcc/testsuite/g++.target/aarch64/complex-init.C | 37 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr106063.c | 9 +++++ gcc/toplev.cc | 2 +- .../testsuite/libgomp.c-c++-common/requires-1.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-2.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-3.c | 4 +- .../testsuite/libgomp.c-c++-common/requires-7.c | 10 ++++- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 8 ++++ 20 files changed, 156 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/complex-init.C create mode 100644 gcc/testsuite/gcc.dg/pr106063.c