This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31dd5cd6344 preprocessor: Fix ICE with too long line in fmtwarn [PR96935] new 71ad0b5dde4 Detect conflicts between incompatible uses of the same attr [...]
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/c-family/c-attribs.c | 193 ++++++++++++++++++--- .../c-c++-common/builtin-has-attribute-3.c | 18 +- gcc/testsuite/gcc.dg/attr-alloc_align-5.c | 23 +++ gcc/testsuite/gcc.dg/attr-alloc_size-13.c | 34 ++++ gcc/testsuite/gcc.dg/attr-section.c | 13 ++ 5 files changed, 248 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_align-5.c create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_size-13.c create mode 100644 gcc/testsuite/gcc.dg/attr-section.c