This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c887da1 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference [...] new 858c947 PR c++/70906 PR c++/70933 * tree-core.h (enum operand_equa [...]
The 1 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/ChangeLog | 11 ++++++ gcc/fold-const.c | 4 +-- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/opt/pr70906.C | 69 ++++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr70933.C | 29 ++++++++++++++++ gcc/tree-core.h | 4 ++- gcc/tree.c | 12 ++++++- 7 files changed, 130 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr70906.C create mode 100644 gcc/testsuite/g++.dg/opt/pr70933.C