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-next-allnoconfig in repository toolchain/ci/gcc.
from ef56b2ce06a PR c++/91369 - Implement P0784R7: constexpr new c-family/ [...] adds b13d29a248a [Darwin] Amend section for constants with reloactions. adds 354b244f7b8 2019-10-05 Paul Thomas pault@gcc.gnu.org adds 5c7634a0e5f 2019-10-05 Steven G. Kargl kargl@gcc.gnu.org adds cd79e4d4ad1 2019-10-05 Steven G. Kargl kargl@gcc.gnu.org adds c45521070e9 * ipa-inline.c: Fix type; compute size rather than self_si [...] adds fdb1d0f278e 2019-0105 Steven G. Kargl kargl@gcc.gnu.org adds b334ecb7c1e Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 13 ++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 7 ++-- gcc/fortran/ChangeLog | 16 +++++++- gcc/fortran/decl.c | 2 +- gcc/fortran/trans-expr.c | 48 +++++++++++++++++++--- gcc/ipa-inline.c | 4 +- gcc/testsuite/ChangeLog | 18 ++++++++ gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c | 12 ++++++ .../gfortran.dg/ISO_Fortran_binding_13.f90 | 39 ++++++++++++++++++ .../gfortran.dg/ISO_Fortran_binding_14.f90 | 41 ++++++++++++++++++ gcc/testsuite/gfortran.dg/pr47054_1.f90 | 15 +++++++ gcc/testsuite/gfortran.dg/pr47054_2.f90 | 41 ++++++++++++++++++ gcc/testsuite/gfortran.dg/pr91497.f90 | 2 +- libgfortran/ChangeLog | 8 +++- libgfortran/runtime/ISO_Fortran_binding.c | 3 +- 16 files changed, 254 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.f90 create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_14.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr47054_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr47054_2.f90