This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 53256ee3d58 Daily bump. adds 8d0b2b33748 amdgcn: Enable TImode adds e0633768a1a Fix PR c++/96310 - Ignoring -Wnonnull via pragma gcc diagno [...] adds e0e546635a3 C++, testsuite: Adjust pure-virtual1.C options for Darwin. adds 8e807b59d87 config/mmix/mmix.c (TARGET_ASM_OUTPUT_IDENT): Override. adds ae2e0bc19b9 Daily bump. adds b5087b28b09 gcc.dg/torture/pr59330.c: Disable for mmix adds 2ab2694476c gcc.dg/tree-ssa/forwprop-36.c: Adjust for mmix adds 2e764ae1d66 libgfortran: Skip integer-kind=16 check for amdgcn adds e398fcb9ce8 rs6000: add option -mblock-ops-unaligned-vsx adds 798ff1c3e10 c++: Add testcase for [PR79504] adds 39ddfef9a5c mmix: Don't turn off .hidden support. adds 5630c40fc72 gcc.dg/tree-ssa/reassoc-20.c: Adjust for mmix. new 049fbbdc60f Daily bump. new 092edb719c9 gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail scan for mmix. new 642dc9a0582 gcc.dg/tree-ssa/ssa-dse-26.c: Adjust for mmix. new f3772283350 gcc.dg/tree-ssa/vector-4.c: Adjust for mmix.
The 4 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 | 23 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-common.c | 4 ++-- gcc/config/gcn/gcn.c | 15 +++++++++++++++ gcc/config/mmix/mmix.c | 3 +++ gcc/config/rs6000/rs6000.c | 10 ++++++++++ gcc/config/rs6000/rs6000.opt | 4 ++++ gcc/configure | 6 ------ gcc/configure.ac | 6 ------ gcc/doc/invoke.texi | 8 ++++++++ gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 + gcc/testsuite/g++.dg/cpp0x/decltype79.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wnonnull8.C | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr59330.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/forwprop-36.c | 3 ++- gcc/testsuite/gcc.dg/tree-ssa/reassoc-20.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c | 8 +++++--- gcc/testsuite/gcc.dg/tree-ssa/vector-4.c | 3 ++- libgfortran/ChangeLog | 14 ++++++++++++++ libgfortran/Makefile.am | 6 +++--- libgfortran/Makefile.in | 8 +++++--- libgfortran/configure | 19 +++++++++++++++++-- libgfortran/configure.ac | 13 +++++++++++++ libgfortran/mk-kinds-h.sh | 15 +++++++++------ libgfortran/mk-sik-inc.sh | 13 ++++++++++--- libgfortran/mk-srk-inc.sh | 13 ++++++++++--- 29 files changed, 232 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype79.C create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull8.C