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 f88ed7de657 [testsuite][arm] Force use of -mfloat-abi=softfp in asm-flag-4.c adds 2570589c60a Must use push insn to pass varargs arguments of DFmode bec [...] adds edc22d312a5 2019-11-28 Richard Biener rguenther@suse.de adds 5c974e5c428 2019-11-28 Richard Biener rguenther@suse.de adds ad06966f667 * ipa-cp.c (update_profiling_info): Fix scaling. adds d79f15c7ce1 * ipa-utils.c (ipa_merge_profiles): Be sure that all type [...] adds 1b05a084f52 Fix profile adjusments while cloning adds 2b6587bcc0e Fix previous commit (that included unrelated changes) adds 8dc85ce9fa0 cgraph: ifunc resolvers cannot be made local (PR 92697) adds 5032844978c * profile-count.h (profile_count::max): Work on profiles o [...] adds 8c305ac77b6 Prevent inconsistent profiles to be created in inlin_transform adds 63623bacfa8 * profile-count.c (profile_count::combine_with_ipa_count): [...] adds 4958f67ad65 Remove leftover optimize checks. adds 43c1b219e33 PR fortran/90374 * io.c (check_format): Allow zero width [...] adds 9595f62a078 [Darwin, X86, testsuite] Update tests for common section use. adds a02f7025406 Properly use TYPE_MAIN_VARIANT in warn_types_mismatch. adds c5f9a3b4432 Translate header for -fdbg-cnt-list. adds 6abaa957a61 rs6000: Use memory_operand for all simple {l,st}*brx instructions adds f9cdbefcf51 rs6000: Fix formatting of *mov{si,di}_internal.* adds 10b3e54d640 Daily bump. adds f60fc07f086 Remove unused decimal floating-point pointer types adds e47e0834ee5 Handle C2x attributes in Objective-C. adds 07ab3c169c3 2019-11-29 Richard Biener rguenther@suse.de new b380195288d Check for TYPE_NAME in type_with_linkage_p. new 4f4bd3c6e28 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...] new 39362e8b713 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...] new 90ba8d34050 2019-11-29 Richard Biener rguenther@suse.de new f7f4b06ad04 Testsuite: Turn off vect-epilogue-nomask for slp-rect-3
The 5 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 | 136 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtin-types.def | 9 - gcc/c/ChangeLog | 11 ++ gcc/c/c-parser.c | 160 +++++++++++++++-- gcc/cgraph.c | 1 + gcc/cgraphclones.c | 14 +- gcc/config/avr/avr.md | 2 +- gcc/config/rs6000/rs6000.md | 200 ++++++++++----------- gcc/cp/ChangeLog | 17 ++ gcc/cp/decl.c | 14 +- gcc/cp/mangle.c | 11 +- gcc/cp/parser.c | 4 + gcc/cp/semantics.c | 8 +- gcc/dbgcnt.c | 3 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/io.c | 19 +- gcc/ipa-cp.c | 10 +- gcc/ipa-devirt.c | 32 ++-- gcc/ipa-inline-transform.c | 51 +++--- gcc/ipa-inline.c | 21 +-- gcc/ipa-utils.c | 64 +++++-- gcc/jit/ChangeLog | 5 + gcc/jit/jit-builtins.c | 3 - gcc/profile-count.c | 19 ++ gcc/profile-count.h | 23 ++- gcc/symtab.c | 4 +- gcc/testsuite/ChangeLog | 60 +++++++ gcc/testsuite/g++.dg/gomp/openmp-simd-2.C | 2 - gcc/testsuite/g++.dg/ipa/pr92697.C | 51 ++++++ gcc/testsuite/g++.dg/lto/pr91574_0.C | 23 +++ gcc/testsuite/g++.dg/lto/pr92609_0.C | 88 +++++++++ gcc/testsuite/g++.dg/lto/pr92609_1.C | 58 ++++++ gcc/testsuite/gcc.dg/torture/pr92704.c | 24 +++ gcc/testsuite/gcc.dg/torture/pr92715.c | 17 ++ gcc/testsuite/gcc.dg/tree-ssa/inline-12.c | 22 +++ gcc/testsuite/gcc.dg/vect/slp-reduc-3.c | 1 + gcc/testsuite/gcc.target/i386/pr32219-2.c | 9 +- gcc/testsuite/gcc.target/i386/pr92645-4.c | 56 ++++++ gcc/testsuite/gfortran.dg/fmt_zero_width.f90 | 20 ++- .../objc.dg/attributes/gnu2x-attr-syntax-1.m | 5 + gcc/tree-core.h | 3 - gcc/tree-if-conv.c | 9 + gcc/tree-inline.c | 5 +- gcc/tree-ssa-forwprop.c | 107 +++++++++-- gcc/tree.c | 3 - gcc/tree.h | 3 - libgfortran/ChangeLog | 8 +- libgfortran/io/format.c | 16 +- libgfortran/io/write_float.def | 2 +- libgomp/ChangeLog | 6 + libgomp/testsuite/libgomp.c++/udr-20.C | 54 ++++++ libgomp/testsuite/libgomp.c++/udr-21.C | 54 ++++++ 53 files changed, 1290 insertions(+), 264 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr92697.C create mode 100644 gcc/testsuite/g++.dg/lto/pr91574_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr92609_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr92609_1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr92704.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr92715.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/inline-12.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92645-4.c create mode 100644 gcc/testsuite/objc.dg/attributes/gnu2x-attr-syntax-1.m create mode 100644 libgomp/testsuite/libgomp.c++/udr-20.C create mode 100644 libgomp/testsuite/libgomp.c++/udr-21.C