This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 8f1802003d2 libstdc++: Remove obsolete comment in <string> header adds 46dc26fdfbf [RFA] Improve initialization of objects when the initialize [...] adds d9fa599dc75 [PATCH] match.pd: Add new bitwise arithmetic pattern [PR98304] adds 7a16d39903e [PATCH v3] c: Extend the -Wpadded message with actual padding size adds 030a53c6130 Set VR_VARYING in irange::irange_single_pair_union.
No new revisions were added by this update.
Summary of changes: gcc/expr.cc | 11 +++++ gcc/match.pd | 12 ++++++ gcc/stor-layout.cc | 7 ++- gcc/testsuite/c-c++-common/Wpadded.c | 14 ++++++ gcc/testsuite/gcc.c-torture/execute/pr98304-2.c | 37 ++++++++++++++++ gcc/testsuite/gcc.dg/pr98304-1.c | 57 +++++++++++++++++++++++++ gcc/value-range.cc | 16 +++---- 7 files changed, 144 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wpadded.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr98304-2.c create mode 100644 gcc/testsuite/gcc.dg/pr98304-1.c