This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/gcc.
from a335afe208c c++: designated init with anonymous union [PR100489] adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 14 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 16 +++ gcc/ada/gcc-interface/decl.c | 61 ++++++----- gcc/ada/gcc-interface/trans.c | 6 +- gcc/cp/ChangeLog | 106 +++++++++++++++++++ gcc/testsuite/ChangeLog | 112 +++++++++++++++++++++ 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 -- 13 files changed, 316 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/derived_type7.adb create mode 100644 gcc/testsuite/gnat.dg/derived_type7.ads