This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 70858334eac Daily bump. new 969be241223 lto/96385 - avoid unused global UNDEFs in debug objects new c0ae84d67a6 lto/96591 - walk VECTOR_CST elements in walk_tree new c7712377876 c/99224 - avoid ICEing on invalid __builtin_next_arg new a343b3bda74 tree-optimization/99694 - fix value-numbering PHIs
The 4 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/builtins.c | 3 ++- gcc/testsuite/g++.dg/lto/pr96591_0.C | 45 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr99224.c | 6 +++++ gcc/testsuite/gcc.dg/torture/pr99694.c | 27 ++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 2 ++ gcc/tree.c | 13 +++++++++- libiberty/simple-object-elf.c | 5 ++++ 7 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr96591_0.C create mode 100644 gcc/testsuite/gcc.dg/pr99224.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr99694.c