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-lts-defconfig in repository toolchain/ci/gcc.
from c2826a7d5e4 Character typenames in errors and warnings adds 39f55f9dcf3 2019-10-03 Thomas Koenig tkoenig@gcc.gnu.org adds 63a883d16ad PR jit/91928 adds b1337f9b2f7 [arm] Fix rtl-checking failure in arm_print_value adds 697f0f9a085 Check init_priority in g++.dg/cpp0x/gen-attrs-67.C adds 55a41b014a1 Avoid reserved identifier in include/parallel/multiway_merge.h adds 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- [...] new c930e3b3f1c 2019-10-04 Richard Biener rguenther@suse.de new aceff88e2ea [Fortran] Fix column of %C diagnostic location
The 2 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: gcc/ChangeLog | 70 +++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 7 +- gcc/config/darwin-driver.c | 44 +++++ gcc/config/mips/mips.c | 2 +- gcc/config/pa/pa.c | 30 +-- gcc/config/pa/pa.h | 13 +- gcc/cp/ChangeLog | 12 ++ gcc/cp/constexpr.c | 231 ++++++++++------------- gcc/cp/cp-gimplify.c | 15 ++ gcc/doc/invoke.texi | 21 ++- gcc/expr.c | 5 +- gcc/fortran/ChangeLog | 29 ++- gcc/fortran/error.c | 11 +- gcc/fortran/primary.c | 25 +-- gcc/fortran/simplify.c | 45 ++++- gcc/fortran/trans-decl.c | 6 +- gcc/ipa-cp.c | 1 + gcc/ipa-inline.c | 99 ++++++---- gcc/ipa-prop.c | 12 ++ gcc/ipa-prop.h | 1 + gcc/params.def | 10 + gcc/range-op.cc | 53 +++--- gcc/testsuite/ChangeLog | 45 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C | 15 ++ gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C | 27 +++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C | 2 +- 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.target/mips/pr91769.c | 19 ++ gcc/testsuite/gfortran.dg/pr91497.f90 | 127 +++++++++++++ gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +- gcc/testsuite/gfortran.dg/use_without_only_1.f90 | 6 +- gcc/tree-vect-loop.c | 5 +- gcc/tree-vect-stmts.c | 3 + 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 | 4 + libstdc++-v3/include/parallel/multiway_merge.h | 4 +- 47 files changed, 922 insertions(+), 317 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.target/mips/pr91769.c create mode 100644 gcc/testsuite/gfortran.dg/pr91497.f90