This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 60f52e03c12 S/390: Fix failing RTL check in s390_canonicalize_comparison adds 04de2f4df96 Daily bump. adds 8d110f10d38 Daily bump. adds 047de8cf59f Fortran] PR91253 fix continuation-line handling with -pre_include adds 1a839ffee6f PR target/92095 * config/sparc/sparc-protos.h (output_loa [...] adds 7cac3d3cd41 * gcc.target/sparc/overflow-1.c: Add -fno-pie to the optio [...] adds d979b178522 Backported from mainline 2019-10-21 Jakub Jelinek <jaku [...] adds 1944677364b Backported from mainline 2019-10-22 Tamar Christina <ta [...] adds 6880a5e88c8 Backported from mainline 2019-10-22 Jakub Jelinek <jaku [...] adds ebe86f843aa Backported from mainline 2019-10-27 Jakub Jelinek <jaku [...] adds 9dd3df54de9 Backported from mainline 2019-10-29 Jakub Jelinek <jaku [...] adds eebe623c7d8 Backported from mainline 2019-10-31 Jakub Jelinek <jaku [...] adds 09d0e567e8f Backported from mainline 2019-10-31 Jakub Jelinek <jaku [...] adds 321307dae15 Backported from mainline 2019-10-31 Jakub Jelinek <jaku [...] adds 0fd1eae0c78 Backported from mainline 2019-11-05 Jakub Jelinek <jaku [...] adds f2665d08ce3 PR c++/92384 * function.c (assign_parm_setup_block, assig [...] adds 5bf3ba718b4 PR c++/90998 - ICE with copy elision in init by ctor and - [...] adds 704b1958f30 Daily bump. adds 25d7379d177 Backport from mainline 2019-11-07 John David Anglin <da [...] adds fc73f039e6c Daily bump. adds b85c21fb51e Commit symbol for external BLAS routine when translating MA [...] adds 3f1b329c9e5 Put vtab into RO section, same for __def_init if it contain [...] adds 772901a524f Daily bump. adds 04d94d2a609 [build] Properly track GCC language configure fragments adds a3174355911 Assert 'offset2' instead of 'offset' in 'gcc/gimplify.c:gim [...] adds 22bf0cb6401 [PR87833] x86: Put -fPIC and -shared the last to create off [...] adds 3b035463812 2019-11-11 Richard Biener rguenther@suse.de adds 50a208acccc Daily bump. adds 007b33c4b9c Daily bump. adds a5f72244903 * c-ada-spec.c (get_underlying_decl): Do not look through [...] adds f66796c87d1 PR fortran/92470 Fixes for CFI_address adds f614956b989 Sanitize the constant argument for rotr<mode>3 new 84b0a9125da Daily bump. new 64785acc408 Fix gfortran.dg/ISO_Fortran_binding_17.c using rel. #include new 8b6464a877d Backport r278210 new 1f1cdfdd7ef [ARC] Backport from mainline r278056,r278057
The 4 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 | 118 +++++++++++++++++++- gcc/DATESTAMP | 2 +- gcc/Makefile.in | 3 +- gcc/ada/ChangeLog | 7 ++ gcc/ada/locales.c | 2 +- gcc/c-family/ChangeLog | 7 ++ gcc/c-family/c-ada-spec.c | 12 +- gcc/config/arc/arc.c | 16 +++ gcc/config/arc/arc.md | 22 ++-- gcc/config/i386/i386.h | 2 +- gcc/config/i386/intelmic-mkoffload.c | 5 +- gcc/config/mips/mips.md | 4 +- gcc/config/pa/pa.md | 52 +++++++-- gcc/config/pa/pa.opt | 8 ++ gcc/config/sparc/sparc-protos.h | 1 + gcc/config/sparc/sparc.c | 121 +++++++++++++-------- gcc/config/sparc/sparc.md | 5 +- gcc/configure | 10 +- gcc/configure.ac | 5 +- gcc/cp/ChangeLog | 38 +++++++ gcc/cp/call.c | 4 +- gcc/cp/constexpr.c | 8 +- gcc/cp/cp-tree.h | 5 + gcc/cp/decl.c | 9 +- gcc/cp/tree.c | 62 +++++++++++ gcc/doc/install.texi | 2 +- gcc/fortran/ChangeLog | 25 +++++ gcc/fortran/frontend-passes.c | 1 + gcc/fortran/scanner.c | 26 ++++- gcc/fortran/trans-decl.c | 19 ++-- gcc/function.c | 16 ++- gcc/gimple-fold.c | 1 + gcc/gimplify.c | 4 +- gcc/lto/ChangeLog | 9 ++ gcc/lto/lto-lang.c | 3 +- gcc/testsuite/ChangeLog | 80 ++++++++++++++ gcc/testsuite/c-c++-common/cpp/pr92296-1.c | 32 ++++++ gcc/testsuite/c-c++-common/cpp/pr92296-2.c | 73 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-92015.C | 7 ++ gcc/testsuite/g++.dg/cpp0x/overload-conv-4.C | 23 ++++ gcc/testsuite/g++.dg/cpp2a/attr-likely6.C | 14 +++ gcc/testsuite/g++.dg/init/array54.C | 13 +++ gcc/testsuite/g++.dg/torture/pr92384.C | 38 +++++++ gcc/testsuite/gcc.c-torture/compile/20191108-1.c | 14 +++ gcc/testsuite/gcc.c-torture/compile/pr92231.c | 9 ++ gcc/testsuite/gcc.dg/tree-ssa/reassoc-24.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-25.c | 4 +- gcc/testsuite/gcc.target/arc/delay-slot-limm.c | 52 +++++++++ gcc/testsuite/gcc.target/arc/pic-2.c | 23 ++++ gcc/testsuite/gcc.target/sparc/overflow-1.c | 2 +- gcc/testsuite/gcc.target/sparc/overflow-2.c | 2 +- gcc/testsuite/gcc.target/sparc/overflow-3.c | 2 +- gcc/testsuite/gcc.target/sparc/overflow-4.c | 2 +- gcc/testsuite/gcc.target/sparc/overflow-5.c | 2 +- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c | 57 +++++++--- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c | 25 +++++ .../gfortran.dg/ISO_Fortran_binding_17.f90 | 77 +++++++++++++ gcc/testsuite/gfortran.dg/matmul_blas_2.f90 | 25 +++++ gcc/tree-ssa-reassoc.c | 26 +++-- gcc/tree.c | 70 +----------- gcc/tree.h | 12 +- libcpp/ChangeLog | 14 +++ libcpp/directives.c | 7 ++ libcpp/init.c | 19 ++++ libcpp/internal.h | 4 + libgfortran/ChangeLog | 30 ++++- libgfortran/runtime/ISO_Fortran_binding.c | 48 +++----- libsanitizer/ChangeLog | 9 ++ .../sanitizer_platform_limits_posix.cc | 6 +- 69 files changed, 1199 insertions(+), 260 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr92296-1.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr92296-2.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-92015.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload-conv-4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/attr-likely6.C create mode 100644 gcc/testsuite/g++.dg/init/array54.C create mode 100644 gcc/testsuite/g++.dg/torture/pr92384.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/20191108-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr92231.c create mode 100644 gcc/testsuite/gcc.target/arc/delay-slot-limm.c create mode 100644 gcc/testsuite/gcc.target/arc/pic-2.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/matmul_blas_2.f90