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_O3 in repository toolchain/ci/gcc.
from 52cdac68232 testsuite: Adjust patchable_function tests for mmix. adds f8f3a0102c4 c-c++-common/pr56493.c: Allow ":" in label, for mmix. adds 4e577910050 rs6000: Remove -mpower10 option (PR95907) adds 6643d2367f8 aix: Support GCC64 for AIX 7.1. adds 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]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 71 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-common.c | 4 +- gcc/config.gcc | 8 ++- gcc/config/gcn/gcn.c | 15 +++++ gcc/config/mmix/mmix.c | 3 + gcc/config/rs6000/aix71.h | 91 ++++++++++++++++++++++------- gcc/config/rs6000/aix72.h | 4 +- gcc/config/rs6000/defaultaix64.h | 28 --------- gcc/config/rs6000/rs6000.c | 10 ++++ gcc/config/rs6000/rs6000.opt | 7 ++- gcc/doc/invoke.texi | 8 +++ gcc/testsuite/ChangeLog | 79 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr56493.c | 2 +- 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.target/powerpc/pr95907.c | 7 +++ libgcc/ChangeLog | 4 ++ libgfortran/ChangeLog | 12 ++++ 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 ++++- libgomp/ChangeLog | 7 +++ libitm/ChangeLog | 4 ++ 32 files changed, 424 insertions(+), 79 deletions(-) delete mode 100644 gcc/config/rs6000/defaultaix64.h create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype79.C create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull8.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr95907.c