This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0383e6cae1e rs6000: sysv: Don't pass SFmode in varargs in FPRs new 75e9093e006 PR tree-optimization/83456 - -Wrestrict false positive on a [...]
The 1 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 | 10 ++ gcc/c-family/ChangeLog | 10 ++ gcc/c-family/c-common.c | 32 +++-- gcc/c-family/c-common.h | 2 +- gcc/c-family/c-warn.c | 25 ++-- gcc/gimple-fold.c | 43 +++--- gcc/testsuite/ChangeLog | 15 +++ gcc/testsuite/c-c++-common/Wrestrict-2.c | 8 +- gcc/testsuite/c-c++-common/Wrestrict.c | 39 +----- gcc/testsuite/gcc.dg/Wrestrict-12.c | 66 +++++++++ gcc/testsuite/gcc.dg/Wrestrict-14.c | 221 +++++++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 2 + 12 files changed, 380 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-12.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-14.c