This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from ddce00dba24 i386: Fix GLC tuning with -masm=intel [PR104104] adds bd0ef353481 c++: fix PR104025 change adds fc6cd798c07 testsuite: Adjust possibly fragile slp-perm-9.c [PR104015] adds b01d2059c70 testsuite: fix pytest detection unsupported message. adds 32657045bd2 Add XFAIL parts of pr16855.C for dragonfly. adds 8160b410517 Fix tsvc test build on DragonFly. adds 1ead972cef7 powerc: Fix asm machine directive for some CPUs adds 54e33cf120d testsuite/102833 - fix gcc.dg/vect/bb-slp-17.c dump scanning adds 2aea19bdb12 nvptx: update fix for -Wformat-diag adds 03b0bf78308 Come up with git-fix-changelog.py script. adds 29a6db635f5 i386: Fix *aes<aeswideklvariant>u8 adds b834435c8fa fold-const: Optimize &"foo"[0] == "foo" [PR89074] adds 53836c887a0 gimple-ssa-warn-access: Fix up asan_test.C -Wdangling-point [...]
No new revisions were added by this update.
Summary of changes: contrib/gcc-git-customization.sh | 1 + contrib/git-backport.py | 47 +----------------- contrib/{git-backport.py => git-fix-changelog.py} | 58 ++++++++++++++-------- gcc/config/i386/sse.md | 2 +- gcc/config/nvptx/nvptx.cc | 8 +-- gcc/config/rs6000/rs6000.cc | 25 ++++++++++ gcc/cp/parser.cc | 3 +- gcc/fold-const.cc | 9 ++++ gcc/gimple-ssa-warn-access.cc | 5 ++ gcc/testsuite/g++.dg/gcov/pr16855-priority.C | 6 ++- gcc/testsuite/g++.dg/gcov/pr16855.C | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr89074.c | 12 +++++ gcc/testsuite/gcc.dg/vect/bb-slp-17.c | 5 +- gcc/testsuite/gcc.dg/vect/slp-perm-9.c | 4 +- gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 4 +- gcc/testsuite/gcc.target/powerpc/pr104015-1.c | 28 +++++++++++ gcc/testsuite/gcc.target/powerpc/pr104015-2.c | 29 +++++++++++ gcc/testsuite/lib/gcov.exp | 5 +- .../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 6 +-- .../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 6 +-- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 4 +- .../libgomp.oacc-c-c++-common/kernels-loop-2.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 14 +++--- .../testsuite/libgomp.oacc-c-c++-common/pr85486.c | 2 +- .../libgomp.oacc-c-c++-common/pr95270-1.c | 4 +- .../libgomp.oacc-c-c++-common/routine-nohost-2.c | 2 +- .../libgomp.oacc-c-c++-common/struct-copyout-1.c | 2 +- .../libgomp.oacc-c-c++-common/struct-copyout-2.c | 2 +- .../libgomp.oacc-c-c++-common/vector-length-64-1.c | 2 +- .../libgomp.oacc-fortran/attach-descriptor-1.f90 | 2 +- .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 | 2 +- .../libgomp.oacc-fortran/kernels-loop-2.f95 | 4 +- .../libgomp.oacc-fortran/parallel-dims.f90 | 4 +- .../libgomp.oacc-fortran/privatized-ref-1.f95 | 6 +-- 34 files changed, 201 insertions(+), 120 deletions(-) copy contrib/{git-backport.py => git-fix-changelog.py} (53%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89074.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104015-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104015-2.c