This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 538dcde872a configure, libquadmath: Remove unintended AC_CHECK_LIBM [PR111928] new 738d44348e7 ipa/111914 - perform parameter init after remapping types new 00eb0812e64 tree-optimization/111915 - mixing grouped and non-grouped accesses new 458db9b6149 tree-optimization/111916 - SRA of BIT_FIELD_REF of constant [...]
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/testsuite/gcc.dg/pr111914.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr111916.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr111915.c | 12 ++++++++++++ gcc/tree-inline.cc | 26 ++++++++++++++++++-------- gcc/tree-sra.cc | 3 ++- gcc/tree-vect-slp.cc | 3 +++ 6 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr111914.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr111916.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr111915.c