This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from b85e203220e * es.po: Update. new befa18f825f PR middle-end/83623 * expmed.c (expand_shift_1): For 2-by [...] new 9d0056c6cf6 PR middle-end/83609 * expr.c (expand_assignment): Fix up [...] new 4ec0d753204 PR middle-end/83608 * expr.c (store_expr_with_bounds): Us [...]
The 3 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 | 20 +++++++++++++++ gcc/expmed.c | 5 ++-- gcc/expr.c | 50 ++++++++++++++++++++++++++++++++------ gcc/testsuite/ChangeLog | 12 +++++++++ gcc/testsuite/g++.dg/opt/pr83608.C | 28 +++++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr83609.C | 28 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr83609.c | 29 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr83623.c | 12 +++++++++ 8 files changed, 174 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr83608.C create mode 100644 gcc/testsuite/g++.dg/opt/pr83609.C create mode 100644 gcc/testsuite/gcc.dg/pr83609.c create mode 100644 gcc/testsuite/gcc.dg/pr83623.c