This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 5f6197d7c19 analyzer: add region::tracked_p to optimize state objects [ [...] adds 748f36a48b5 doc/invoke.texi: Move @ignore block out of @gccoptlist [PR103533] adds 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 new d0b938a7612 c++: alignas and alignof void [PR104944] new fe705dce2e1 tree-optimization/105053 - fix reduction chain epilogue generation
The 2 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/c-family/c-ada-spec.cc | 89 +++++++++++++--------- gcc/cp/typeck.cc | 21 +++-- gcc/doc/invoke.texi | 14 ++-- gcc/fortran/trans-array.cc | 15 +++- 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 ++++- 12 files changed, 209 insertions(+), 78 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