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-master-aarch64-next-defconfig in repository toolchain/gcc.
from bff6533db8a * ipa-utils.c (ipa_merge_profiles): Recompute summaries. adds 302c9cee7c8 Remove support for demangling GCC 2.x era mangling schemes. adds 69e50a550fc Daily bump. adds 19ba8c9d5e7 2018-12-22 Steven G. Kargl kargl@gcc.gnu.org adds 87648738026 Ensure collect2 responds to intended commmand line options. adds e1024e8bd21 Handle -save-temps in collect2 adds 68226e6a74b use simple-object instead of nm to determine if files contain LTO. adds d2e1321b093 Fix ident tests by Enabling ident output for X86 Darwin. adds 6dc407e1865 LTO-wrapper, don't pre-link early debug objects. adds 5065260a450 Fix Ada bootstrap for Darwin9 and earlier. adds 92f01f2992c [RS6000] PR88346, Inconsistent list of CPUs supported after [...] adds 7d2853d1ba6 2018-12-23 Martin Sebor msebor@redhat.com Jeff Law [...] adds 98d5ba5de38 * builtins.c (unterminated_array): Rename "data" to "lenda [...] adds 6f7fa01feb7 * builtins.h (c_strlen_data): Add new fields and comments. [...] adds 7681d1e962b 2018-12-23 Paul Thomas pault@gcc.gnu.org adds 02981fdc247 2018-12-23 François Dumont fdumont@gcc.gnu.org adds 30ac39a11e7 2018-12-23 François Dumont fdumont@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 66 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/adaint.c | 14 +- gcc/builtins.c | 77 +- gcc/builtins.h | 40 +- gcc/collect2.c | 234 +- gcc/config/i386/darwin.h | 5 + gcc/config/rs6000/aix71.h | 5 +- gcc/config/rs6000/aix72.h | 5 +- gcc/config/rs6000/driver-rs6000.c | 6 +- gcc/config/rs6000/rs6000.h | 6 +- gcc/fortran/ChangeLog | 15 +- gcc/fortran/io.c | 17 +- gcc/fortran/resolve.c | 5 + gcc/gimple-fold.c | 46 +- gcc/gimple-ssa-sprintf.c | 9 +- gcc/lto-wrapper.c | 135 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gfortran.dg/pr88328.f90 | 6 + gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08 | 45 + include/ChangeLog | 5 + include/demangle.h | 33 +- libiberty/ChangeLog | 10 + libiberty/cplus-dem.c | 4586 +-------------------- libiberty/testsuite/demangle-expected | 3441 +--------------- libstdc++-v3/ChangeLog | 14 + libstdc++-v3/include/bits/hashtable_policy.h | 15 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 29 files changed, 580 insertions(+), 8279 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr88328.f90 create mode 100644 gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08