This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 017849d9d88 LoongArch: Fix multiarch tuple canonization new 3057d7928c0 Fix ICE related to implicit access attributes for VLA argum [...] new 47821ba07a1 C: Detect all variably modified types [PR108375]
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-attribs.cc | 28 ++++++++++++++++------------ gcc/c-family/c-warn.cc | 2 ++ gcc/c/c-decl.cc | 34 +++++++++++++++++++++------------- gcc/c/c-objc-common.cc | 6 +++--- gcc/c/c-objc-common.h | 2 +- gcc/c/c-parser.cc | 13 ++++++------- gcc/c/c-tree.h | 16 ++++++++++++++-- gcc/c/c-typeck.cc | 20 +++++--------------- gcc/testsuite/gcc.dg/pr105660-1.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/pr105660-2.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr108375-1.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/pr108375-2.c | 15 +++++++++++++++ 12 files changed, 122 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105660-1.c create mode 100644 gcc/testsuite/gcc.dg/pr105660-2.c create mode 100644 gcc/testsuite/gcc.dg/pr108375-1.c create mode 100644 gcc/testsuite/gcc.dg/pr108375-2.c