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-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from a3a17776a15 * params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT, PARAM [...] adds 87961c2137e 2019-10-03 Bernd Edlinger bernd.edlinger@hotmail.de adds 92d1f0c6714 Libgomp magic offset value self-documentation adds d9a0c98f97f Fix PR target/91769 adds 167fd888701 * g++.dg/tree-ssa/pr61034.C: Add --param max-inline-insns- [...] adds 88e8dcb6095 [Darwin] Pick up SDKROOT as the sysroot fallback. adds f9440881c83 2019-10-03 Steven G. Kargl kargl@gcc.gnu.org adds 303f9f935e7 * rust-demangle.c (looks_like_rust): Remove. (rust_is_man [...] adds 6a66e94afc4 2019-10-03 Aaron Sawdey acsawdey@linux.ibm.com adds 302304ca6d1 * config/pa/pa.c (pa_output_call): Remove 64-bit sibcall s [...] adds 73960e23962 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Adjust. adds a12fd60af1d * config/pa/fptr.c: Disable -Warray-bounds warning. adds c9bcdbc5618 Daily bump. adds 328e5c69be7 2019-10-04 Bernd Edlinger bernd.edlinger@hotmail.de adds 066b22caf7e PR c++/91974 * cp-gimplify.c (cp_gimplify_expr) <case CAL [...] adds 0d578d1a9c2 PR c++/71504 * constexpr.c (cxx_fold_indirect_ref_1): New [...] adds 313afe4767e Adjust various comments and rename some functions in range- [...] adds c930e3b3f1c 2019-10-04 Richard Biener rguenther@suse.de adds aceff88e2ea [Fortran] Fix column of %C diagnostic location adds 1e7f4bd4d78 Fix gcc.target/aarch64/sve2/shracc_1.c for ILP32 adds b6002905bd4 2019-10-04 Richard Biener rguenther@suse.de adds 156e136bf88 2019-10-04 Richard Biener rguenther@suse.de adds 006bdafbe76 Add <span> to <bits/stdc++.h> precompiled header adds 5bf86f5e0fc Adjust tr1::_Hashtable to work with std::allocator in C++20 adds 614abedbab0 Add missing header required by previous change adds 96f29b06c03 Fix gcc.target/aarch64/torture/simd-abi-8.c for big-endian adds 2119beba20d compiler: adjust code to avoid shadowing local variables adds 23766e98c44 Replace test cases for using automatic variables in equival [...] adds 2d08cb86ced * range-op.cc (range_tests): Avoid two tests when ints and [...] adds 7ecf46c735a * config/h8300/h8300.md (cpymemsi): Disable. (movmd, movm [...] adds 7a25e5ecdb3 Replace uses of std::tr1::unordered_map in testsuite adds 40c11e51931 Build filesystem library with large file support adds f04254d2484 * ira-color.c (update_costs_from_allocno): Call ira_init_ [...] adds 63a5c8903e6 Mark C2x built-in functions as such. adds 0756d1379be 2019-10-04 Bernd Edlinger bernd.edlinger@hotmail.de
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 98 +++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/ada/gcc-interface/utils.c | 1 + gcc/brig/ChangeLog | 4 + gcc/brig/brig-lang.c | 1 + gcc/builtins.def | 35 ++- gcc/config/darwin-driver.c | 44 +++ gcc/config/h8300/h8300.md | 14 +- gcc/config/mips/mips.c | 2 +- gcc/config/pa/pa.c | 30 +-- gcc/config/pa/pa.h | 13 +- gcc/coretypes.h | 3 +- gcc/cp/ChangeLog | 12 + gcc/cp/constexpr.c | 231 +++++++--------- gcc/cp/cp-gimplify.c | 15 ++ gcc/doc/invoke.texi | 9 +- gcc/expr.c | 5 +- gcc/fortran/ChangeLog | 23 +- gcc/fortran/error.c | 11 +- gcc/fortran/primary.c | 25 +- gcc/fortran/simplify.c | 45 +++- gcc/genmatch.c | 299 +++++++++++---------- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/ast-dump.cc | 8 +- gcc/go/gofrontend/escape.cc | 1 - gcc/go/gofrontend/expressions.cc | 54 ++-- gcc/go/gofrontend/gogo.cc | 28 +- gcc/go/gofrontend/parse.cc | 26 +- gcc/go/gofrontend/statements.cc | 17 +- gcc/go/gofrontend/types.cc | 40 +-- gcc/ira-color.c | 1 + gcc/lto/ChangeLog | 4 + gcc/lto/lto-lang.c | 1 + gcc/range-op.cc | 79 +++--- gcc/testsuite/ChangeLog | 60 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C | 15 ++ gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C | 27 ++ gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C | 16 ++ gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C | 46 ++++ gcc/testsuite/g++.dg/cpp1z/eval-order5.C | 31 +++ gcc/testsuite/g++.dg/tree-ssa/pr61034.C | 2 +- gcc/testsuite/gcc.c-torture/execute/loop-3.c | 2 +- gcc/testsuite/gcc.dg/c11-builtins-1.c | 19 ++ gcc/testsuite/gcc.dg/c2x-builtins-1.c | 13 + gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c | 11 + gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c | 6 +- .../gcc.target/aarch64/torture/simd-abi-8.c | 4 +- gcc/testsuite/gcc.target/mips/pr91769.c | 19 ++ gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90 | 53 ++-- gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90 | 46 +--- gcc/testsuite/gfortran.dg/pr91497.f90 | 127 +++++++++ gcc/testsuite/gfortran.dg/use_without_only_1.f90 | 6 +- gcc/tree-vect-loop.c | 5 +- gcc/tree-vect-stmts.c | 3 + gcc/tree.c | 5 +- libgcc/ChangeLog | 4 + libgcc/config/pa/fptr.c | 5 + libgomp/ChangeLog | 9 + libgomp/libgomp.h | 5 + libgomp/target.c | 44 +-- libiberty/ChangeLog | 8 + libiberty/rust-demangle.c | 64 ++--- libiberty/testsuite/rust-demangle-expected | 2 +- libstdc++-v3/ChangeLog | 31 +++ libstdc++-v3/config.h.in | 11 + libstdc++-v3/configure | 223 ++++++++++++++- libstdc++-v3/configure.ac | 2 + libstdc++-v3/include/Makefile.am | 23 ++ libstdc++-v3/include/Makefile.in | 23 ++ libstdc++-v3/include/precompiled/stdc++.h | 2 +- libstdc++-v3/include/tr1/hashtable.h | 9 +- libstdc++-v3/src/c++17/fs_dir.cc | 1 + libstdc++-v3/src/c++17/fs_ops.cc | 3 +- libstdc++-v3/src/filesystem/dir.cc | 1 + libstdc++-v3/src/filesystem/ops.cc | 3 +- libstdc++-v3/testsuite/17_intro/names.cc | 3 + libstdc++-v3/testsuite/util/testsuite_abi.h | 4 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 11 +- 79 files changed, 1570 insertions(+), 624 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order5.C create mode 100644 gcc/testsuite/gcc.dg/c11-builtins-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-builtins-1.c create mode 100644 gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c create mode 100644 gcc/testsuite/gcc.target/mips/pr91769.c create mode 100644 gcc/testsuite/gfortran.dg/pr91497.f90