This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f672c10 Ignore reduction clause on kernels directive new f6dfb86 PR c++/68767 gcc/c-family/ * c-common.c (check_function_arg [...] new f7d61b1 * cp-gimplify.c (cp_fold): Remove unnecessary special cases. new 41a5cb8 * cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input. new d03f956 PR lto/69003 * lto-partition.c (rename_statics): Fix pasto.
The 4 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/c-family/ChangeLog | 6 ++ gcc/c-family/c-common.c | 22 +++--- gcc/cp/ChangeLog | 10 +++ gcc/cp/cp-gimplify.c | 137 +++++++--------------------------- gcc/lto/ChangeLog | 5 ++ gcc/lto/lto-partition.c | 4 +- gcc/testsuite/g++.dg/warn/Wnonnull2.C | 9 +++ 7 files changed, 71 insertions(+), 122 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull2.C