This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8f3a0102c4 c-c++-common/pr56493.c: Allow ":" in label, for mmix. new 4e577910050 rs6000: Remove -mpower10 option (PR95907) new 6643d2367f8 aix: Support GCC64 for AIX 7.1. new 53256ee3d58 Daily bump. new 8d0b2b33748 amdgcn: Enable TImode new e0633768a1a Fix PR c++/96310 - Ignoring -Wnonnull via pragma gcc diagno [...] new e0e546635a3 C++, testsuite: Adjust pure-virtual1.C options for Darwin.
The 6 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 | 61 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/c-common.c | 4 +- gcc/config.gcc | 8 ++- gcc/config/gcn/gcn.c | 15 +++++ gcc/config/rs6000/aix71.h | 91 +++++++++++++++++++++++------- gcc/config/rs6000/aix72.h | 4 +- gcc/config/rs6000/defaultaix64.h | 28 --------- gcc/config/rs6000/rs6000.opt | 3 +- gcc/testsuite/ChangeLog | 69 ++++++++++++++++++++++ gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 + gcc/testsuite/g++.dg/warn/Wnonnull8.C | 20 +++++++ gcc/testsuite/gcc.target/powerpc/pr95907.c | 7 +++ libgcc/ChangeLog | 4 ++ libgfortran/ChangeLog | 12 ++++ libgomp/ChangeLog | 7 +++ libitm/ChangeLog | 4 ++ 17 files changed, 283 insertions(+), 57 deletions(-) delete mode 100644 gcc/config/rs6000/defaultaix64.h create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull8.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr95907.c