This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 280ce47d0f9 * attribs.c (decl_attributes): Imply noinline, noclone and [...] new e70cda06370 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
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 | 7 +++++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +++++++++++++++++++++++ gcc/tree-ssa-reassoc.c | 15 +++++++++++---- 5 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.c