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-release-arm-next-allmodconfig in repository toolchain/ci/gcc.
from 86877c563ab 2019-02-10 Thomas Koenig tkoenig@gcc.gnu.org adds 9fdab1aa849 2019-02-10 Harald Anlauf anlauf@gmx.de adds 42de087798e Daily bump. adds 161d165c044 ARM: fix -masm-syntax-unified (PR88648) adds 9910421ab09 PR c++/89267 - change of error location. adds 20c5f58c80a Revert " PR c++/88752 - ICE with lambda and constexpr if." adds 3e570b70027 Daily bump. adds 29b21f6ed1a Backport from mainline: 2019-02-09 Jan Hubicka <hubicka [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 17 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 3 ++- gcc/cp/ChangeLog | 15 +++++++++++ gcc/cp/cp-tree.h | 5 ---- gcc/cp/pt.c | 30 ++++++---------------- gcc/fortran/ChangeLog | 7 +++++ gcc/fortran/decl.c | 2 +- gcc/ipa-visibility.c | 3 ++- gcc/testsuite/ChangeLog | 15 +++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C | 28 -------------------- .../gcc.target/arm/pr88648-asm-syntax-unified.c | 14 ++++++++++ gcc/testsuite/gfortran.dg/pr89077.f90 | 11 ++++++++ 13 files changed, 93 insertions(+), 59 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C create mode 100644 gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unified.c create mode 100644 gcc/testsuite/gfortran.dg/pr89077.f90