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 2f6fdfb690b C++: don't offer bogus "._0" suggestions (PR c++/86329) new ab20c73c24e Fix memory leak of pretty_printer prefixes new 809cdc2b074 docs: fix stray duplicated words new 876a47cfacd Fix memory leak in selftest::test_expansion_to_rtl new ac9fa8c1359 PR rtl-optimization/89354 * combine.c (make_extraction): [...] new ec917e61468 Fix ICE on class-template argument deduction (PR c++/88795) new 936152b6f56 C++ concepts: fix ICE with requires on dtors (PR c++/89036)
The 6 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 | 61 +++++++++++++++++++++++++++++++++ gcc/combine.c | 4 +++ gcc/cp/ChangeLog | 17 +++++++++ gcc/cp/class.c | 3 -- gcc/cp/error.c | 9 +++-- gcc/cp/pt.c | 2 ++ gcc/diagnostic-show-locus.c | 2 +- gcc/diagnostic.c | 3 +- gcc/doc/gcov.texi | 2 +- gcc/doc/invoke.texi | 14 ++++---- gcc/function-tests.c | 1 + gcc/langhooks.c | 2 +- gcc/pretty-print.c | 31 ++++++++++++----- gcc/pretty-print.h | 14 ++++---- gcc/testsuite/ChangeLog | 31 +++++++++++++++++ gcc/testsuite/g++.dg/concepts/pr89036.C | 8 +++++ gcc/testsuite/g++.dg/template/pr88795.C | 23 +++++++++++++ gcc/testsuite/gcc.dg/pr89354.c | 22 ++++++++++++ gcc/tree.c | 2 ++ 19 files changed, 220 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr89036.C create mode 100644 gcc/testsuite/g++.dg/template/pr88795.C create mode 100644 gcc/testsuite/gcc.dg/pr89354.c