This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b78e97a0cb libstdc++: Make <mdspan> compatible with clang. new b0f6292efa3 s390: Accept array arguments for builtins new 0cd3647c9e7 s390: Fix builtin s390_vec_load_bndry for C++ new be6d6fdab5b s390: Warn about non-overloaded deprecated builtins
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/config/s390/s390-c.cc | 23 +++++++++++++-- gcc/config/s390/s390.cc | 3 ++ .../g++.target/s390/builtin-array-arg-1.C | 8 ++++++ .../gcc.target/s390/builtin-array-arg-1.c | 33 ++++++++++++++++++++++ 4 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.target/s390/builtin-array-arg-1.C create mode 100644 gcc/testsuite/gcc.target/s390/builtin-array-arg-1.c