This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6fd78222517 PR middle-end/83859 - attributes to associate pointer argum [...] new 4d0793215a9 PR tree-optimization/92618 * tree-ssa-reassoc.c (v_info): [...]
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 | 9 ++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.c-torture/compile/pr92618.c | 67 +++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr92618.c | 63 ++++++++++++++ gcc/tree-ssa-reassoc.c | 118 +++++++++++++++++++++----- 5 files changed, 242 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr92618.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr92618.c