This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b8408dd39e1 [ARM][testsuite] follow-up to PR target/52813 and target/11 [...] new 273d44ee4ec PR tree-optimization/86214 * tree-inline.h (struct copy_b [...]
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/testsuite/ChangeLog | 6 +++++ gcc/testsuite/g++.dg/opt/pr86214-1.C | 30 +++++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr86214-2.C | 28 ++++++++++++++++++++ gcc/tree-inline.c | 51 +++++++++++++++++++++++++++++++++--- gcc/tree-inline.h | 6 +++++ 6 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr86214-1.C create mode 100644 gcc/testsuite/g++.dg/opt/pr86214-2.C