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-allmodconfig in repository toolchain/ci/gcc.
from 158edecbdb6 [AArch64] Add a aarch64_sve_mode_p query adds b5dab5459a4 Add missing check for BUILT_IN_MD (PR 91444) adds e85c005f80b Enforce canonicalization in value_range. adds 3fc2f3d25b0 * config/i386/i386-features.c (general_scalar_chain::conve [...] adds e012c71cb77 * config/i386/i386.c (convertible_comparison_p): Fix argum [...] adds d88304d7a5d 2019-08-15 Richard Biener rguenther@suse.de adds 141f7e3c4a2 Clean up dead condition for operators in DCE. adds 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. new 4ea3e0d885a Add missed to a opt-info dump.
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: ChangeLog | 4 + MAINTAINERS | 8 +- gcc/ChangeLog | 245 +++- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-common.c | 4 + gcc/config/i386/i386-features.c | 61 +- 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 | 20 +- gcc/fortran/frontend-passes.c | 98 +- gcc/fortran/gfortran.h | 3 + gcc/fortran/interface.c | 24 +- gcc/fortran/parse.c | 6 + gcc/fortran/resolve.c | 16 +- gcc/function.c | 19 +- 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 | 46 + 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/pr80170.c | 6 +- gcc/testsuite/gcc.dg/torture/pr91445.c | 22 + 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/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-dce.c | 22 +- gcc/tree-ssa-threadedge.c | 2 +- gcc/tree-ssanames.c | 8 +- gcc/tree-vect-stmts.c | 2 +- gcc/tree-vrp.c | 424 ++++--- gcc/tree-vrp.h | 26 +- gcc/vr-values.c | 84 +- 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 + 90 files changed, 3782 insertions(+), 2863 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 libstdc++-v3/testsuite/20_util/function/91456.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/91456.cc