This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 77fd24bf631 x86: Fix _mm_cmpgt_epi8 with -funsigned-char new 2a8e09a27ff [PR c++/87531] Fix second bug
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/cp/ChangeLog | 10 ++++++ gcc/cp/class.c | 1 + gcc/cp/name-lookup.c | 11 ------ gcc/cp/parser.c | 9 +++-- gcc/cp/semantics.c | 7 ++-- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/lookup/pr87531-2.C | 63 +++++++++++++++++++++++++++++++++ 7 files changed, 90 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/pr87531-2.C