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 16e2427f50c Handle undefined ranges in get_size_range. adds 0df73beea03 c++: Fix verify_ctor_sanity ICE [PR96241] adds 1aeb7d7d67d Update check for working assembler --gdwarf-4 option adds d7ddd287ca7 Daily bump. new 47d13acbda9 Correct decls for functions which do not pass actual arguments.
The 1 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 | 35 ++++++++ gcc/DATESTAMP | 2 +- gcc/config.in | 6 +- gcc/configure | 106 ++++++++++++++++++++++- gcc/configure.ac | 59 ++++++++++++- gcc/cp/ChangeLog | 7 ++ gcc/cp/constexpr.c | 11 ++- gcc/dwarf2out.c | 2 +- gcc/fortran/gfortran.h | 7 +- gcc/fortran/intrinsic.c | 37 ++++++++ gcc/fortran/symbol.c | 25 +++++- gcc/fortran/trans-intrinsic.c | 123 +++++++++++++++++++-------- gcc/fortran/trans-types.c | 3 +- gcc/gcc.c | 4 +- gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/g++.dg/cpp0x/constexpr-96241.C | 18 ++++ gcc/testsuite/g++.dg/cpp1y/constexpr-96241.C | 47 ++++++++++ 17 files changed, 446 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-96241.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-96241.C