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-mainline-allmodconfig in repository toolchain/ci/gcc.
from cc2c40c74c9 2019-08-15 Bernd Edlinger bernd.edlinger@hotmail.de adds 53c84344969 2019-08-15 Richard Biener rguenther@suse.de adds e1722237390 Implement P0848R3, Conditionally Trivial Special Member Fu [...] adds 38349ba0309 2019-08-15 Richard Biener rguenther@suse.de adds 1298708ccd5 2019-08-15 Jozef Lawrynowicz jozef.l@mittosystems.com adds 194c2615abe 2019-08-15 Jozef Lawrynowicz jozef.l@mittosystems.com adds 8e4ba5fe39c [libsanitizer] Fix PR bootstrap/91455 adds 0c159bd7ce9 Remove TARGET_SETUP_INCOMING_VARARG_BOUNDS adds 1b880da6e81 Reapply missing patch for libsanitizer. adds 182823e5842 Add r274540 to LOCAL_PATCHES. adds 291fa0841db PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues adds 2d923c00b66 i386: Separate costs of pseudo registers from hard registers adds b0c0a8ea4a9 PR c++/90393 - ICE with thow in ?: adds 73b1787f09a 2019-08-15 Thomas Koenig tkoenig@gcc.gnu.org adds 087c0329e84 Daily bump. adds d7c66553af7 address change adds 6f26bc83376 Match ld besides collect2 in gcov test adds 0fd33554ca9 use __builtin_alloca, drop non-standard alloca.h adds 035e2b9b992 i386/asm-4 test: use amd64's natural addressing mode on all OSs adds 9be92136b55 require trampolines for pr85044 adds d8f890defc4 Add type to VR_VARYING. adds 4ea3e0d885a Add missed to a opt-info dump. adds ce1d21d251f 2019-08-16 Richard Biener rguenther@suse.de adds 32e2aa9f81d [gensupport] PR 91255: Do not error out immediately on set_ [...] adds fc58f6c2c81 Allow automatics in equivalences
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + MAINTAINERS | 8 +- gcc/ChangeLog | 198 ++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-features.c | 37 +- gcc/config/i386/i386.c | 90 +- gcc/config/i386/i386.h | 59 +- gcc/config/i386/x86-tune-costs.h | 1248 ++++++++++++-------- gcc/config/msp430/driver-msp430.c | 90 +- gcc/config/msp430/msp430-devices.c | 1235 ++++++++++--------- gcc/config/msp430/msp430-protos.h | 3 +- gcc/config/msp430/msp430.c | 583 ++++----- gcc/config/msp430/msp430.h | 48 +- gcc/cp/ChangeLog | 20 + gcc/cp/class.c | 98 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/decl.c | 8 - gcc/cp/name-lookup.c | 6 +- gcc/cp/tree.c | 46 +- gcc/cp/typeck.c | 24 +- gcc/doc/tm.texi | 6 - gcc/doc/tm.texi.in | 2 - gcc/fortran/ChangeLog | 46 +- gcc/fortran/frontend-passes.c | 98 +- gcc/fortran/gfortran.h | 4 + gcc/fortran/interface.c | 24 +- gcc/fortran/parse.c | 6 + gcc/fortran/resolve.c | 16 +- gcc/fortran/symbol.c | 102 +- gcc/fortran/trans-common.c | 73 +- gcc/fortran/trans-intrinsic.c | 2 +- gcc/gensupport.c | 7 +- gcc/gimple-ssa-evrp-analyze.c | 7 +- gcc/ipa-cp.c | 7 +- gcc/target.def | 9 - gcc/targhooks.c | 9 - gcc/targhooks.h | 5 - gcc/testsuite/ChangeLog | 52 + gcc/testsuite/g++.dg/abi/mangle53.C | 5 +- gcc/testsuite/g++.dg/concepts/pr89036.C | 10 + gcc/testsuite/g++.dg/cpp2a/cond-triv1.C | 46 + gcc/testsuite/g++.dg/cpp2a/cond-triv1a.C | 46 + gcc/testsuite/g++.dg/expr/cond15.C | 13 + gcc/testsuite/g++.dg/expr/cond16.C | 25 + gcc/testsuite/g++.dg/ipa/ipa-icf-4.C | 2 +- gcc/testsuite/g++.old-deja/g++.eh/cond1.C | 4 +- gcc/testsuite/g++.old-deja/g++.other/cond5.C | 4 +- gcc/testsuite/gcc.dg/torture/pr91445.c | 22 + gcc/testsuite/gcc.dg/tree-ssa/forwprop-31.c | 7 +- gcc/testsuite/gcc.misc-tests/options.exp | 3 +- gcc/testsuite/gcc.target/arc/interrupt-6.c | 5 +- gcc/testsuite/gcc.target/i386/asm-4.c | 2 +- gcc/testsuite/gcc.target/i386/pr80969-3.c | 5 +- gcc/testsuite/gcc.target/i386/pr85044.c | 1 + gcc/testsuite/gcc.target/sparc/setjmp-1.c | 4 +- gcc/testsuite/gcc.target/x86_64/abi/ms-sysv/gen.cc | 2 +- .../gcc.target/x86_64/abi/ms-sysv/ms-sysv.c | 2 +- gcc/testsuite/gfortran.dg/altreturn_10.f90 | 2 +- gcc/testsuite/gfortran.dg/argument_checking_19.f90 | 18 + gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90 | 36 + gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90 | 38 + gcc/testsuite/gfortran.dg/auto_in_equiv_3.f90 | 63 + gcc/testsuite/gfortran.dg/dec_union_11.f90 | 2 +- gcc/testsuite/gfortran.dg/hollerith8.f90 | 6 +- .../gfortran.dg/integer_exponentiation_2.f90 | 24 +- gcc/testsuite/gfortran.dg/pr41011.f | 2 +- gcc/testsuite/gfortran.dg/whole_file_1.f90 | 4 +- gcc/testsuite/gfortran.dg/whole_file_2.f90 | 4 +- gcc/tree-ssa-forwprop.c | 313 +++-- gcc/tree-ssa-threadedge.c | 2 +- gcc/tree-ssanames.c | 8 +- gcc/tree-vrp.c | 142 ++- gcc/tree-vrp.h | 18 +- gcc/vr-values.c | 78 +- libsanitizer/ChangeLog | 23 + libsanitizer/LOCAL_PATCHES | 1 + libsanitizer/Makefile.in | 8 +- libsanitizer/aclocal.m4 | 191 +-- libsanitizer/asan/Makefile.in | 197 +-- libsanitizer/configure | 191 ++- libsanitizer/interception/Makefile.in | 64 +- libsanitizer/libbacktrace/Makefile.in | 107 +- libsanitizer/lsan/Makefile.in | 69 +- libsanitizer/sanitizer_common/Makefile.am | 3 +- libsanitizer/sanitizer_common/Makefile.in | 335 ++---- libsanitizer/tsan/Makefile.in | 223 +--- libsanitizer/tsan/tsan_rtl_ppc64.S | 1 + libsanitizer/ubsan/Makefile.in | 93 +- libstdc++-v3/ChangeLog | 13 + libstdc++-v3/include/bits/std_function.h | 10 +- libstdc++-v3/include/std/type_traits | 41 +- libstdc++-v3/testsuite/20_util/function/91456.cc | 37 + .../testsuite/20_util/is_invocable/91456.cc | 34 + 93 files changed, 3975 insertions(+), 2919 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/cond-triv1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/cond-triv1a.C create mode 100644 gcc/testsuite/g++.dg/expr/cond15.C create mode 100644 gcc/testsuite/g++.dg/expr/cond16.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr91445.c create mode 100644 gcc/testsuite/gfortran.dg/argument_checking_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/auto_in_equiv_3.f90 create mode 100644 libstdc++-v3/testsuite/20_util/function/91456.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/91456.cc