This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 19f95f7 * g++.dg/warn/Wpadded-1.C: Fix for 32-bit target. new e8185ed 2017-03-09 Bill Schmidt wschmidt@linux.vnet.ibm.com new 6a9c24a PR c++/79962 PR c++/79984 * c-attribs.c (handle_nonnull_at [...]
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 | 17 +++++++++++++- gcc/c-family/ChangeLog | 7 ++++++ gcc/c-family/c-attribs.c | 2 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/config/rs6000/vsx.md | 41 ++++++++++++++++------------------ gcc/testsuite/ChangeLog | 7 ++++++ gcc/testsuite/c-c++-common/nonnull-3.c | 11 +++++++++ gcc/testsuite/g++.dg/warn/Wnonnull3.C | 15 +++++++++++++ 8 files changed, 77 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/nonnull-3.c create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull3.C