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-stable-allyesconfig in repository toolchain/gcc.
from 5b1d28518be More testing for std::pair layout change adds bd4387c4409 [1/7] Preprocessor cleanup adds 242dc50c6b3 Provide extension hint for aarch64 target (PR driver/83193). adds 0f1cbe3ce2a [2/7] Preprocessor node access adds ce541b6a020 [3/7] Preprocessor macro loc adds 431aa89f433 [4/7] Preprocessor location-kind predicates adds d7e34a50b2d [5/6] Preprocessor include adds b54410014f9 Add myself to MAINTAINERS adds 048062ed07e [6/6] Preprocessor forced macro location adds 913b81c4d40 * tree-ssa-loop-ivcanon.c (try_peel_loop): Fix typo and re [...] adds f00f02a3772 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). adds 64bbb6a74b8 [PATCH] command line macros adds ab4efa239e7 [C++ PATCH] missed testcase adds ce682641033 2018-10-31 Thomas Koenig tkoenig@gcc.gnu.org adds ea2e69a44e6 PR bootstrap/82856 adds e7cd953a21b Fix profiledbootstrap when D is enabled adds e961608823f aarch64: Remove early clobber from ATOMIC_LDOP scratch adds d96ac284850 Add visibility to libfunc constructors adds e766658e7fc Daily bump. adds fd5974a6f2b gOlogy: skip dbranch at -Og adds 0fe77625503 Fix typo in gcc/ChangeLog adds 7e70d049135 * go-gcc.cc (Gcc_backend::write_global_definitions): Don't [...] adds c3a961ad27f Make __PRETTY_FUNCTION__-like functions mergeable string cs [...] adds e21f8458301 PR d/87824 * lang.opt (Wpsabi): New option. adds 772b23aa928 [ABI PATCH] static anonymous unions of function scope adds 294a5040703 2018-10-28 Thomas Koenig tkoenig@gcc.gnu.org adds a710e389dc9 2018-11-01 Thomas Koenig tkoenig@gcc.gnu.org adds 870cd49b4cb 2018-11-01 Thomas Koenig tkoenig@gcc.gnu.org adds f6c2859390f 2018-11-01 Thomas Koenig tkoenig@gcc.gnu.org adds fdaa282252e PR tree-optimization/87826 * gimple-ssa-store-merging.c ( [...] adds acd7bbb785c * tree.c (free_lang_data_in_decl): Free TREE_TYPE and alig [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 18 + MAINTAINERS | 1 + ar-lib | 270 + config/ChangeLog | 10 + config/math.m4 | 4 +- config/override.m4 | 2 +- config/tls.m4 | 14 +- configure | 1242 +++-- configure.ac | 5 +- fixincludes/ChangeLog | 6 + fixincludes/aclocal.m4 | 8 +- fixincludes/configure | 855 +-- fixincludes/configure.ac | 1 - gcc/ChangeLog | 60 +- gcc/DATESTAMP | 2 +- gcc/aclocal.m4 | 8 +- gcc/c-family/ChangeLog | 8 + gcc/c-family/c-opts.c | 75 +- gcc/common/config/aarch64/aarch64-common.c | 21 +- gcc/config.in | 5 + gcc/config/aarch64/aarch64-protos.h | 4 +- gcc/config/aarch64/aarch64.c | 70 +- gcc/config/aarch64/atomics.md | 14 +- gcc/configure | 1931 +++---- gcc/configure.ac | 21 +- gcc/cp/ChangeLog | 44 + gcc/cp/class.c | 5 - gcc/cp/cp-tree.h | 61 +- gcc/cp/decl.c | 121 +- gcc/cp/decl2.c | 6 +- gcc/cp/lambda.c | 1 + gcc/cp/mangle.c | 64 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/pt.c | 16 +- gcc/cp/semantics.c | 9 +- gcc/d/ChangeLog | 11 + gcc/d/Make-lang.in | 4 +- gcc/d/lang.opt | 4 + gcc/doc/install.texi | 11 +- gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 19 + gcc/fortran/cpp.c | 3 +- gcc/fortran/decl.c | 4 +- gcc/fortran/gfortran.texi | 2 +- gcc/fortran/intrinsic.texi | 65 +- gcc/gimple-ssa-store-merging.c | 4 +- gcc/go/ChangeLog | 6 + gcc/go/go-gcc.cc | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/optabs-libfuncs.c | 26 +- gcc/optabs-libfuncs.h | 2 + gcc/opts.c | 2 +- gcc/testsuite/ChangeLog | 55 + gcc/testsuite/g++.dg/abi/anon5.C | 14 + gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C | 7 +- gcc/testsuite/g++.dg/lookup/friend21.C | 14 + gcc/testsuite/g++.dg/lto/pr84805_1.C | 2 +- gcc/testsuite/g++.dg/lto/pr85405_0.C | 2 +- gcc/testsuite/g++.dg/lto/pr85405b_0.C | 2 +- gcc/testsuite/g++.dg/lto/pr85405b_1.C | 2 +- gcc/testsuite/g++.old-deja/g++.ext/pretty4.C | 85 - gcc/testsuite/gcc.dg/pr87826.c | 13 + gcc/testsuite/gcc.target/aarch64/spellcheck_7.c | 12 + gcc/testsuite/gcc.target/aarch64/spellcheck_8.c | 13 + gcc/testsuite/gcc.target/aarch64/spellcheck_9.c | 13 + gcc/testsuite/gdc.dg/compilable.d | 2 +- gcc/testsuite/gdc.dg/simd.d | 1 + .../gfortran.dg/allocatable_uninitialized_1.f90 | 8 + gcc/testsuite/gfortran.dg/bind_c_usage_32.f90 | 13 + gcc/testsuite/gfortran.dg/bind_c_usage_7.f03 | 2 +- gcc/tree-ssa-loop-ivcanon.c | 4 +- gcc/tree.c | 2 + gnattools/ChangeLog | 6 + gnattools/configure | 650 ++- gnattools/configure.ac | 1 - gotools/ChangeLog | 8 + gotools/Makefile.am | 2 +- gotools/Makefile.in | 244 +- gotools/aclocal.m4 | 717 ++- gotools/config/go.m4 | 92 - gotools/configure | 1111 ++-- gotools/configure.ac | 3 - intl/ChangeLog | 11 + intl/aclocal.m4 | 8 +- intl/config.h.in | 32 + intl/configure | 3210 +++++------ intl/configure.ac | 2 +- libada/ChangeLog | 6 + libada/configure | 714 +-- libada/configure.ac | 1 - libatomic/ChangeLog | 10 + libatomic/Makefile.am | 2 + libatomic/Makefile.in | 462 +- libatomic/acinclude.m4 | 2 +- libatomic/aclocal.m4 | 721 ++- libatomic/configure | 1548 +++--- libatomic/configure.ac | 1 - libatomic/testsuite/Makefile.am | 2 +- libatomic/testsuite/Makefile.in | 132 +- libbacktrace/ChangeLog | 7 + libbacktrace/Makefile.am | 1 + libbacktrace/Makefile.in | 927 +++- libbacktrace/aclocal.m4 | 640 ++- libbacktrace/config.h.in | 5 + libbacktrace/configure | 1519 +++--- libbacktrace/configure.ac | 7 +- libcc1/ChangeLog | 6 + libcc1/Makefile.in | 310 +- libcc1/aclocal.m4 | 717 ++- libcc1/configure | 1415 +++-- libcc1/configure.ac | 1 - libcpp/ChangeLog | 37 + libcpp/aclocal.m4 | 9 +- libcpp/config.in | 5 + libcpp/configure | 1048 ++-- libcpp/configure.ac | 3 +- libcpp/directives.c | 73 +- libcpp/files.c | 2 +- libcpp/include/cpplib.h | 13 +- libcpp/include/line-map.h | 30 +- libcpp/init.c | 2 +- libcpp/internal.h | 4 +- libcpp/lex.c | 14 +- libcpp/line-map.c | 2 +- libcpp/macro.c | 20 +- libdecnumber/ChangeLog | 10 + libdecnumber/aclocal.m4 | 9 +- libdecnumber/configure | 901 ++-- libdecnumber/configure.ac | 1 - libffi/ChangeLog | 11 + libffi/Makefile.am | 6 +- libffi/Makefile.in | 823 ++- libffi/aclocal.m4 | 756 +-- libffi/configure | 1740 +++--- libffi/configure.ac | 1 - libffi/fficonfig.h.in | 9 +- libffi/include/Makefile.in | 189 +- libffi/man/Makefile.in | 121 +- libffi/testsuite/Makefile.in | 130 +- libgcc/ChangeLog | 6 + libgcc/configure | 856 +-- libgcc/configure.ac | 19 +- libgfortran/ChangeLog | 7 + libgfortran/Makefile.am | 2 + libgfortran/Makefile.in | 5157 +++++++++--------- libgfortran/aclocal.m4 | 752 +-- libgfortran/config.h.in | 14 +- libgfortran/configure | 2578 ++++----- libgfortran/configure.ac | 1 - libgo/Makefile.am | 2 + libgo/Makefile.in | 1110 ++-- libgo/aclocal.m4 | 718 ++- libgo/config/go.m4 | 92 - libgo/config/libtool.m4 | 4 +- libgo/configure | 1548 +++--- libgo/configure.ac | 74 +- libgo/testsuite/Makefile.in | 134 +- libgomp/ChangeLog | 11 + libgomp/Makefile.am | 5 +- libgomp/Makefile.in | 563 +- libgomp/aclocal.m4 | 717 ++- libgomp/configure | 1535 +++--- libgomp/configure.ac | 1 - libgomp/testsuite/Makefile.am | 2 +- libgomp/testsuite/Makefile.in | 133 +- libhsail-rt/ChangeLog | 6 + libhsail-rt/Makefile.in | 302 +- libhsail-rt/aclocal.m4 | 717 ++- libhsail-rt/configure | 1388 +++-- libhsail-rt/configure.ac | 1 - libiberty/ChangeLog | 10 + libiberty/config.in | 5 + libiberty/configure | 1122 ++-- libiberty/configure.ac | 1 - libitm/ChangeLog | 11 + libitm/Makefile.am | 5 +- libitm/Makefile.in | 576 +- libitm/aclocal.m4 | 721 ++- libitm/configure | 1649 +++--- libitm/configure.ac | 1 - libitm/testsuite/Makefile.am | 2 +- libitm/testsuite/Makefile.in | 132 +- libobjc/ChangeLog | 6 + libobjc/aclocal.m4 | 160 +- libobjc/config.h.in | 3 - libobjc/configure | 1192 ++--- libobjc/configure.ac | 1 - liboffloadmic/ChangeLog | 10 + liboffloadmic/Makefile.am | 1 + liboffloadmic/Makefile.in | 777 +-- liboffloadmic/aclocal.m4 | 717 ++- liboffloadmic/configure | 1641 +++--- liboffloadmic/configure.ac | 1 - liboffloadmic/plugin/Makefile.am | 1 + liboffloadmic/plugin/Makefile.in | 368 +- liboffloadmic/plugin/aclocal.m4 | 717 ++- liboffloadmic/plugin/configure | 1331 +++-- liboffloadmic/plugin/configure.ac | 1 - libphobos/ChangeLog | 12 + libphobos/Makefile.am | 2 + libphobos/Makefile.in | 377 +- libphobos/aclocal.m4 | 644 ++- libphobos/configure | 1456 +++-- libphobos/configure.ac | 4 +- libphobos/libdruntime/Makefile.in | 1306 +---- libphobos/m4/autoconf.m4 | 2 +- libphobos/m4/druntime/os.m4 | 4 +- libphobos/src/Makefile.in | 705 +-- libphobos/testsuite/Makefile.am | 2 +- libphobos/testsuite/Makefile.in | 133 +- libquadmath/ChangeLog | 10 + libquadmath/Makefile.am | 12 +- libquadmath/Makefile.in | 652 +-- libquadmath/aclocal.m4 | 752 +-- libquadmath/config.h.in | 3 - libquadmath/configure | 1662 +++--- libquadmath/configure.ac | 1 - libsanitizer/ChangeLog | 10 + libsanitizer/Makefile.am | 1 + libsanitizer/Makefile.in | 374 +- libsanitizer/aclocal.m4 | 721 ++- libsanitizer/asan/Makefile.in | 251 +- libsanitizer/configure | 1701 +++--- libsanitizer/configure.ac | 5 +- libsanitizer/interception/Makefile.in | 253 +- libsanitizer/libbacktrace/Makefile.in | 403 +- libsanitizer/lsan/Makefile.in | 276 +- libsanitizer/sanitizer_common/Makefile.in | 309 +- libsanitizer/tsan/Makefile.in | 307 +- libsanitizer/ubsan/Makefile.in | 254 +- libssp/ChangeLog | 9 + libssp/Makefile.am | 3 +- libssp/Makefile.in | 394 +- libssp/aclocal.m4 | 721 ++- libssp/configure | 1309 +++-- libssp/configure.ac | 5 +- libstdc++-v3/ChangeLog | 11 + libstdc++-v3/Makefile.am | 2 + libstdc++-v3/Makefile.in | 388 +- libstdc++-v3/aclocal.m4 | 640 ++- libstdc++-v3/configure | 5602 ++++++++++---------- libstdc++-v3/configure.ac | 1 - libstdc++-v3/doc/Makefile.in | 122 +- libstdc++-v3/include/Makefile.in | 123 +- libstdc++-v3/libsupc++/Makefile.in | 258 +- libstdc++-v3/po/Makefile.in | 124 +- libstdc++-v3/python/Makefile.in | 125 +- libstdc++-v3/src/Makefile.in | 307 +- libstdc++-v3/src/c++11/Makefile.in | 225 +- libstdc++-v3/src/c++17/Makefile.in | 225 +- libstdc++-v3/src/c++98/Makefile.in | 225 +- libstdc++-v3/src/filesystem/Makefile.in | 224 +- libstdc++-v3/testsuite/Makefile.in | 122 +- libtool.m4 | 4 +- libvtv/ChangeLog | 9 + libvtv/Makefile.am | 2 + libvtv/Makefile.in | 496 +- libvtv/aclocal.m4 | 752 +-- libvtv/configure | 1613 +++--- libvtv/configure.ac | 1 - libvtv/testsuite/Makefile.am | 2 +- libvtv/testsuite/Makefile.in | 132 +- lto-plugin/ChangeLog | 6 + lto-plugin/Makefile.in | 237 +- lto-plugin/aclocal.m4 | 717 ++- lto-plugin/config.h.in | 5 + lto-plugin/configure | 1439 +++-- lto-plugin/configure.ac | 5 +- multilib.am | 45 + test-driver | 148 + zlib/ChangeLog.gcj | 14 + zlib/Makefile.am | 4 +- zlib/Makefile.in | 785 ++- zlib/aclocal.m4 | 717 ++- zlib/configure | 1398 +++-- zlib/configure.ac | 5 +- 276 files changed, 50987 insertions(+), 37578 deletions(-) create mode 100755 ar-lib create mode 100644 gcc/testsuite/g++.dg/abi/anon5.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend21.C delete mode 100644 gcc/testsuite/g++.old-deja/g++.ext/pretty4.C create mode 100644 gcc/testsuite/gcc.dg/pr87826.c create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_7.c create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_8.c create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_9.c create mode 100644 gcc/testsuite/gfortran.dg/allocatable_uninitialized_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/bind_c_usage_32.f90 delete mode 100644 gotools/config/go.m4 delete mode 100644 libgo/config/go.m4 create mode 100644 multilib.am create mode 100755 test-driver