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-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 76ceb5e611a Fix read buffer overflow in split_directories adds 975b9145b83 PR c++/92831 * call.c (build_conditional_expr_1): For ?: [...] adds 68c814f187c Daily bump. adds f392740d77e PR c/87488 * pretty-print.c (pp_begin_url, pp_end_url, te [...] adds f769c079937 Fix @multitable handling in texi2pod.pl adds f7ee04e0130 Fortran] PR 92793 - fix column used for error diagnostic adds 30b79d8eddb PR middle-end/90840 * expr.c (expand_assignment): In the [...] adds aaa7c9060de PR c++/91678 - wrong error with decltype and location wrapper. adds bb7b9cf9c9f Fix libstdc++ compiling for an aarch64 multilib with big-endian. adds 786cca9f125 Daily bump. adds 62426003534 Fix ia32 testsuite failures from C2x attributes on types new 5f74ef090cd 2019-12-08 Thomas Koenig tkoenig@gcc.gnu.org new bc5f0aab6dd 2018-12-08 Thomas Koenig tkoenig@gcc.gnu.org new 261e0076a9d Error on Associate with a program. new e3270120ed6 PR tree-optimization/92860 * common.opt (fprofile-reorder [...] new bf970136685 Silence overactive sanity check with -fpartial-profile-training new b1fa5aa7552 Fix tp_first_run update in split_function. new 6ed54d34796 * opts.c (common_handle_option): Do not clear ipa_referenc [...] new 07f9b242cca Fix overflows in -fprofile-reorder-functions new 04c8c008b53 2019-12-08 Sandra Loosemore sandra@codesourcery.com new f98addd3251 New bswap testcase.
The 10 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: contrib/ChangeLog | 5 + contrib/texi2pod.pl | 9 +- gcc/ChangeLog | 60 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 2 +- gcc/cgraph.h | 5 +- gcc/cgraphunit.c | 68 ++++++++++---- gcc/common.opt | 4 +- gcc/config/nios2/linux.h | 6 -- gcc/cp/ChangeLog | 8 ++ gcc/cp/call.c | 2 +- gcc/expr.c | 14 +-- gcc/fold-const.c | 1 + gcc/fortran/ChangeLog | 34 ++++++- gcc/fortran/dependency.c | 24 ++--- gcc/fortran/interface.c | 2 + gcc/fortran/resolve.c | 6 ++ gcc/fortran/trans-array.c | 4 +- gcc/fortran/trans-common.c | 6 +- gcc/fortran/trans-decl.c | 4 +- gcc/fortran/trans-openmp.c | 103 +++++++++++---------- gcc/fortran/trans-stmt.c | 19 ++-- gcc/fortran/trans.c | 22 ++++- gcc/fortran/trans.h | 4 + gcc/ipa-inline-analysis.c | 1 + gcc/ipa-split.c | 3 +- gcc/lto/ChangeLog | 8 +- gcc/lto/lto-partition.c | 45 ++------- gcc/opts.c | 4 - gcc/pretty-print.c | 11 ++- gcc/profile.c | 3 +- gcc/testsuite/ChangeLog | 44 +++++++++ gcc/testsuite/g++.dg/cpp0x/decltype73.C | 4 + gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C | 8 +- gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C | 2 +- gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C | 2 +- gcc/testsuite/g++.dg/ext/temp-extend1.C | 43 +++++++++ gcc/testsuite/g++.target/nios2/hello-pie.C | 14 --- gcc/testsuite/g++.target/nios2/nios2.exp | 34 ------- gcc/testsuite/gcc.c-torture/execute/bswap-3.c | 25 +++++ gcc/testsuite/gfortran.dg/associate_50.f90 | 8 ++ gcc/testsuite/gfortran.dg/dependency_57.f90 | 12 +++ gcc/testsuite/gfortran.dg/interface_44.f90 | 6 ++ libstdc++-v3/ChangeLog | 5 + .../config/cpu/aarch64/opt/ext/opt_random.h | 2 + 45 files changed, 473 insertions(+), 225 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype73.C create mode 100644 gcc/testsuite/g++.dg/ext/temp-extend1.C delete mode 100644 gcc/testsuite/g++.target/nios2/hello-pie.C delete mode 100644 gcc/testsuite/g++.target/nios2/nios2.exp create mode 100644 gcc/testsuite/gcc.c-torture/execute/bswap-3.c create mode 100644 gcc/testsuite/gfortran.dg/associate_50.f90 create mode 100644 gcc/testsuite/gfortran.dg/dependency_57.f90 create mode 100644 gcc/testsuite/gfortran.dg/interface_44.f90