This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5959cf8217e d: Give consistent error message when attribute argument no [...] new b1d0d3520e9 testsuite: Remove reliance on argc in lto/pr101868_0.c new 2e2371b5daa testsuite: Rename test-defined macros new 5cd0e800195 testsuite: Handle default_packed for gcc.dg/builtin-object- [...] new f21f17f95c0 Fortran: fix checking of arguments to UNPACK when MASK is a [...]
The 4 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/fortran/check.cc | 2 + gcc/testsuite/gcc.dg/builtin-object-size-20.c | 64 +--------------------- gcc/testsuite/gcc.dg/builtin-object-size-22.c | 79 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr101868_0.c | 7 ++- gcc/testsuite/gcc.dg/sso/memcpy-1.c | 8 +-- gcc/testsuite/gfortran.dg/unpack_vector_1.f90 | 12 ++++ 6 files changed, 103 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-object-size-22.c create mode 100644 gcc/testsuite/gfortran.dg/unpack_vector_1.f90