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-allyesconfig in repository toolchain/ci/gcc.
from c08e4245014 [testsuite] PR71598: Fix testcases adds 7570fd592fc PR rtl-optimization/81025 * reorg.c (skip_c [...] adds 5adb4def587 Fix typo in comment adds afe53b550a8 * lib/go-torture.exp: Only add lto to TORTURE_OPTIONS if i [...] adds 9939b2f79bd 2019-04-03 qing zhao qing.zhao@oracle.com adds 4c246688d98 PR c++/89331 - ICE with offsetof in incomplete class. adds b3902d2e4fe PR c++/86586 - -fcompare-debug=-Wsign-compare. adds 45b5611bbec 2019-04-03 Steven G. Kargl kargl@gcc.gnu.org adds b1d61c0e670 PR c++/81866 - ICE with member template and default targ. adds 73c7feb34d4 Daily bump. adds 9b316951f63 DF usage in loop-invariant.c (PR46590) adds f3d42468b75 Fix typo in ChangeLog
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 26 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-warn.c | 3 +++ gcc/cp/ChangeLog | 12 ++++++++++ gcc/cp/pt.c | 8 ++++++- gcc/cp/semantics.c | 3 +++ gcc/cp/typeck.c | 17 +++++++------- gcc/fortran/ChangeLog | 6 +++++ gcc/fortran/expr.c | 2 +- gcc/ipa-inline.c | 13 ++++++----- gcc/loop-invariant.c | 19 ++++++++++++---- gcc/reorg.c | 15 ++++++++++++- gcc/testsuite/ChangeLog | 17 +++++++++++++- gcc/testsuite/g++.dg/ext/builtin-offsetof4.C | 11 +++++++++ gcc/testsuite/g++.dg/other/offsetof8.C | 2 +- gcc/testsuite/g++.dg/template/memtmpl6.C | 13 +++++++++++ gcc/testsuite/g++.target/i386/mv1.C | 2 +- gcc/testsuite/gcc.dg/live-patching-4.c | 23 +++++++++++++++++++ .../gfortran.dg/parameter_array_error_1.f90 | 7 ++++++ gcc/testsuite/lib/go-torture.exp | 9 +++++--- libcpp/ChangeLog | 4 ++++ libcpp/files.c | 2 +- 23 files changed, 192 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/builtin-offsetof4.C create mode 100644 gcc/testsuite/g++.dg/template/memtmpl6.C create mode 100644 gcc/testsuite/gcc.dg/live-patching-4.c create mode 100644 gcc/testsuite/gfortran.dg/parameter_array_error_1.f90