This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d890b04197f c++: wrong error initializing empty class [PR115900] new b19906a029a genattrtab: Drop enum tags, consolidate type names new 71b31690a7c rtl-ssa: Fix split_clobber_group [PR115928] new 43a7ece873e rtl-ssa: Fix move range canonicalisation [PR115929]
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/genattrtab.cc | 37 ++++++++++++------------------- gcc/rtl-ssa/accesses.cc | 37 +++++++++++++------------------ gcc/rtl-ssa/accesses.h | 3 ++- gcc/rtl-ssa/internals.inl | 14 ++++++++++++ gcc/rtl-ssa/movement.h | 20 +++++++++++++++-- gcc/testsuite/gcc.dg/torture/pr115928.c | 23 +++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr115929-2.c | 22 ++++++++++++++++++ 7 files changed, 109 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr115928.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr115929-2.c