This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 31473ded11d Daily bump. adds f32045f12b3 Fix incorrect SLOC on instruction adds 79bab5218c9 Always translate Is_Pure flag into pure in C sense adds ef060930c4e Fix internal error on locally derived bit-packed array type adds a7e72b28217 libsanitizer: Remove cyclades from libsanitizer adds 5cfbfb1bd45 Daily bump. new 7bc4ec5941b Daily bump.
The 1 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/DATESTAMP | 2 +- gcc/ada/ChangeLog | 16 ++++++ gcc/ada/gcc-interface/decl.c | 61 +++++++++++----------- gcc/ada/gcc-interface/trans.c | 6 ++- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gnat.dg/derived_type7.adb | 9 ++++ gcc/testsuite/gnat.dg/derived_type7.ads | 13 +++++ libsanitizer/ChangeLog | 11 ++++ .../sanitizer_common_interceptors_ioctl.inc | 9 ---- .../sanitizer_platform_limits_posix.cpp | 11 ---- .../sanitizer_platform_limits_posix.h | 10 ---- 11 files changed, 88 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/derived_type7.adb create mode 100644 gcc/testsuite/gnat.dg/derived_type7.ads