This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f5213759a7e aarch64: Validate register operands early in ldp fusion pas [...] new e7dd72aefed c: Split -Wcalloc-transposed-args warning from -Walloc-size [...] new be9e8de6284 lower-bitint: Fix up handling of nested casts in mergeable [...]
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/c-family/c-common.h | 3 + gcc/c-family/c-warn.cc | 70 ++++++++++++ gcc/c-family/c.opt | 4 + gcc/c/c-parser.cc | 15 ++- gcc/c/c-typeck.cc | 44 ++++---- gcc/doc/invoke.texi | 21 +++- gcc/gimple-lower-bitint.cc | 34 +++++- gcc/testsuite/gcc.dg/Walloc-size-4.c | 54 ++++++++++ gcc/testsuite/gcc.dg/Walloc-size-5.c | 20 ++++ gcc/testsuite/gcc.dg/Wcalloc-transposed-args-1.c | 54 ++++++++++ gcc/testsuite/gcc.dg/bitint-55.c | 129 +++++++++++++++++++++++ 11 files changed, 415 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-4.c create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-5.c create mode 100644 gcc/testsuite/gcc.dg/Wcalloc-transposed-args-1.c create mode 100644 gcc/testsuite/gcc.dg/bitint-55.c