This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O3_LTO in repository toolchain/ci/gcc.
from 03ccfc8b9d2 Daily bump. adds 806d0ce8cb0 ipa: "naked" attribute implies "noipa" attribute adds 1b9037dd4ef Daily bump. adds 15eae6020dc git scripts: sync from master. adds 892c58d9311 [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32 adds 1d3f5f5e52a [Ada] Set target_cpu to x32 for x86_64-linux-gnux32 adds f953701576b Daily bump. adds 0351d851f79 Fortran: handle expansion of zero-sized array constructors adds 448e9a53939 Daily bump. adds 99566992720 Daily bump. adds 8adfe466f55 Daily bump. adds a8c23451936 Fortran: fix ICE and wrong code with TRANSFER and CHARACTER [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 6 ++ contrib/git-backport.py | 50 +--------- contrib/git-commit-mklog.py | 6 ++ contrib/{git-backport.py => git-fix-changelog.py} | 59 ++++++----- gcc/ChangeLog | 9 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 22 +++++ gcc/ada/Makefile.rtl | 5 + gcc/ada/gcc-interface/Makefile.in | 7 ++ gcc/attribs.c | 11 +-- gcc/fortran/ChangeLog | 9 ++ gcc/fortran/array.c | 3 + gcc/fortran/target-memory.c | 2 +- gcc/fortran/trans-intrinsic.c | 17 +++- gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gfortran.dg/pr102520.f90 | 6 +- gcc/testsuite/gfortran.dg/pr103692.f90 | 23 +++++ gcc/testsuite/gfortran.dg/transfer_char_kind4.f90 | 115 ++++++++++++++++++++++ 18 files changed, 274 insertions(+), 87 deletions(-) copy contrib/{git-backport.py => git-fix-changelog.py} (53%) create mode 100644 gcc/testsuite/gfortran.dg/pr103692.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_char_kind4.f90