This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58fcc02e15f PR debug/83034 * dwarf2out.c (mem_loc_descriptor): Handle [...] new 8cb28d87ff7 PR middle-end/82875 * optabs.c (expand_doubleword_mult, e [...] new a32eb35d2ea PR debug/83084 * valtrack.c (propagate_for_debug_subst, p [...]
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/ChangeLog | 11 +++++++++++ gcc/optabs.c | 9 +++++++++ gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/opt/pr83084.C | 16 ++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr82875.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr82875.c | 11 +++++++++++ gcc/valtrack.c | 13 ++++++++++++- 7 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr83084.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr82875.c create mode 100644 gcc/testsuite/gcc.dg/pr82875.c