This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b60244f Fix PR c++/70096 (wrong code for pointer-to-member-function copy) new 3d78ea4 PR c++/70295 * gimplify.c (gimplify_modify_expr): Call gimp [...] new b6436f7 PR target/70300 * config/i386/i386.md (cvtsd2ss splitter): [...]
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 | 13 +++++++++++++ gcc/config/i386/i386.md | 21 ++++++++++++++++----- gcc/gimplify.c | 2 ++ gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/c-c++-common/nonnull-1.c | 8 +++++++- gcc/testsuite/g++.dg/warn/Wnonnull-compare-8.C | 14 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr70300.c | 25 +++++++++++++++++++++++++ 7 files changed, 87 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull-compare-8.C create mode 100644 gcc/testsuite/gcc.target/i386/pr70300.c