This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 2ae73531d33 Daily bump. adds 09a2049123e d: Don't include terminating null pointer in string express [...] adds b79f0b99fde Daily bump. adds 6dd2650f96c Daily bump. adds a87d7fbef55 rs6000: Expand fmod and remainder when built with fast-math [...] adds 4fc907e18d1 Give more informative error message for by-reference types adds df2f733cd99 Remove superfluous call to UI_Is_In_Int_Range adds e94730e51af Fix internal error on pointer-to-pointer binding in LTO mode adds 1355ea50498 Fix inaccurate bounds in debug info for vector array types adds 82a95c08c0d Do not issue size error for too large array type adds 40c0122a1c5 Fix PR ada/101970 adds 4bcb3213f74 Verify destination[source] of a load[store] instruction is [...] adds e9a6a100046 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 12 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 35 +++++++++ gcc/ada/exp_attr.adb | 23 +++--- gcc/ada/gcc-interface/decl.c | 25 ++++-- gcc/ada/gcc-interface/utils.c | 9 ++- gcc/config/rs6000/rs6000.c | 14 +++- gcc/config/rs6000/rs6000.md | 36 +++++++++ gcc/d/ChangeLog | 9 +++ gcc/d/d-builtins.cc | 2 +- gcc/testsuite/ChangeLog | 18 +++++ gcc/testsuite/gcc.target/powerpc/pr97142.c | 35 +++++++++ gcc/testsuite/gdc.dg/pr102185.d | 7 ++ gcc/testsuite/gnat.dg/enum_rep2.adb | 117 +++++++++++++++++++++++++++++ 14 files changed, 321 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97142.c create mode 100644 gcc/testsuite/gdc.dg/pr102185.d create mode 100644 gcc/testsuite/gnat.dg/enum_rep2.adb