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-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 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] new 39ddfef9a5c mmix: Don't turn off .hidden support. new 5630c40fc72 gcc.dg/tree-ssa/reassoc-20.c: Adjust for mmix.
The 2 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 | 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 | 4 ++ gcc/configure | 6 -- gcc/configure.ac | 6 -- gcc/doc/invoke.texi | 8 +++ gcc/testsuite/ChangeLog | 79 +++++++++++++++++++++++++ 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 +- 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 ++ 33 files changed, 416 insertions(+), 89 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