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 45e955b0a93 fortran: Fix up initializers of param(0) PARAMETERs [PR103691] adds 711c7f079bc Fix issue for pointers to anonymous types with -fdump-ada-spec adds 0b0fc52b041 middle-end/105049 - fix uniform_vector_p and vector CTOR gi [...] adds 8570cce7c70 [libgomp, testsuite] Scale down some OpenACC test-cases adds d0b938a7612 c++: alignas and alignof void [PR104944] adds fe705dce2e1 tree-optimization/105053 - fix reduction chain epilogue generation adds 25725506b85 [PR104971] LRA: check live hard regs to remove a dead insn
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-ada-spec.cc | 89 +++++++++++++--------- gcc/cp/typeck.cc | 21 +++-- gcc/lra-lives.cc | 5 +- gcc/testsuite/g++.dg/cpp0x/alignas20.C | 26 +++++++ gcc/testsuite/g++.dg/vect/pr105053.cc | 25 ++++++ gcc/testsuite/gcc.dg/pr105049.c | 12 +++ gcc/tree-vect-loop.cc | 14 +++- gcc/tree.cc | 2 + .../libgomp.oacc-c-c++-common/parallel-dims.c | 45 ++++++----- .../libgomp.oacc-c-c++-common/vred2d-128.c | 6 ++ .../libgomp.oacc-fortran/parallel-dims.f90 | 18 ++++- 11 files changed, 195 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas20.C create mode 100644 gcc/testsuite/g++.dg/vect/pr105053.cc create mode 100644 gcc/testsuite/gcc.dg/pr105049.c