This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 560d9915762 Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure... new 6b69738c1e3 Restore input_location after recursive expand_call_inline new 4615cde5d7e simplify-rtx: Optimize (x - 1) * y + y [PR98334]
The 2 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/simplify-rtx.c | 56 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr98334.c | 36 +++++++++++++++++++++ gcc/tree-inline.c | 6 ++-- 3 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr98334.c