This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3155d51bfd1 [PATCH] PR rtl-optimization/46235: Improved use of bt for b [...] new 43fc4234ad3 tree-optimization/101088 - fix SM invalidation issue new b4b50bf2864 stor-layout: Create DECL_BIT_FIELD_REPRESENTATIVE even for [...]
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/stor-layout.c | 26 +++++++++++-------- gcc/testsuite/gcc.dg/pr101062.c | 29 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr101088.c | 45 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-loop-im.c | 21 +++++++++++---- 4 files changed, 105 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101062.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101088.c