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-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 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 adds 5f74ef090cd 2019-12-08 Thomas Koenig tkoenig@gcc.gnu.org adds bc5f0aab6dd 2018-12-08 Thomas Koenig tkoenig@gcc.gnu.org adds 261e0076a9d Error on Associate with a program. adds e3270120ed6 PR tree-optimization/92860 * common.opt (fprofile-reorder [...] adds bf970136685 Silence overactive sanity check with -fpartial-profile-training adds b1fa5aa7552 Fix tp_first_run update in split_function. adds 6ed54d34796 * opts.c (common_handle_option): Do not clear ipa_referenc [...] adds 07f9b242cca Fix overflows in -fprofile-reorder-functions adds 04c8c008b53 2019-12-08 Sandra Loosemore sandra@codesourcery.com adds f98addd3251 New bswap testcase. new 51c189fbb57 * cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4 [...] new e49100ded6f Daily bump.
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: 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 | 5 + gcc/cp/cvt.c | 26 +++--- 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 | 39 ++++++++ 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++.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 + 44 files changed, 435 insertions(+), 236 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype73.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