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 5d6b7ec5ce9 PR target/79430 * reg-stack.c (emit_swap_insn): If i1src [...] new a775bee3652 PR c++/80534 * tree.c (type_cache_hasher::equal): Only co [...]
The 1 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 | 8 ++++++++ gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-common.c | 3 ++- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/other/pr80534-1.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/other/pr80534-2.C | 27 +++++++++++++++++++++++++++ gcc/tree.c | 16 ++++++++++++---- gcc/tree.h | 12 +++++++++--- 8 files changed, 89 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr80534-1.C create mode 100644 gcc/testsuite/g++.dg/other/pr80534-2.C