This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3ec8ecb8e92 PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR [...] new 11e6bcedb41 Fix ICE due to c_safe_arg_type_equiv_p not checking for err [...] new 879c91fcccf [c] Fix PR 101364: ICE after error due to diagnose_arglist_ [...] new b20dbddcc41 Fix expansion of `(a & 2) != 1`
The 3 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/c-decl.cc | 3 ++- gcc/c/c-typeck.cc | 3 +++ gcc/expr.cc | 9 +++++---- gcc/testsuite/gcc.c-torture/execute/pr111863-1.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr101285-1.c | 10 ++++++++++ gcc/testsuite/gcc.dg/pr101364-1.c | 8 ++++++++ 6 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111863-1.c create mode 100644 gcc/testsuite/gcc.dg/pr101285-1.c create mode 100644 gcc/testsuite/gcc.dg/pr101364-1.c