This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df234ea9849 PR c++/85092 - C++17 ICE with unused list constructor. new 2f2a7720d3b PR tree-optimization/85156 * builtins.c (fold_builtin_exp [...] new d77081862a5 PR rtl-optimization/85167 * shrink-wrap.c (move_insn_for_ [...]
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 | 10 ++++++++++ gcc/builtins.c | 1 + gcc/shrink-wrap.c | 9 ++++++--- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/c-c++-common/pr85156.c | 11 +++++++++++ gcc/testsuite/gcc.c-torture/execute/pr85156.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr85167.c | 16 ++++++++++++++++ 7 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr85156.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85156.c create mode 100644 gcc/testsuite/gcc.dg/pr85167.c