This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ae7dab9c12 compiler: fix quoting of //go:linkname in error message new e2933ab091c /cp 2019-09-16 Paolo Carlini paolo.carlini@oracle.com
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 | 7 ++++++ gcc/cp/decl.c | 16 +++++++++----- gcc/cp/pt.c | 9 +++++--- gcc/testsuite/ChangeLog | 12 ++++++++++ gcc/testsuite/c-c++-common/pr68107.c | 32 +++++++++++++-------------- gcc/testsuite/g++.dg/ext/int128-6.C | 5 +++++ gcc/testsuite/g++.dg/other/large-size-array.C | 2 +- gcc/testsuite/g++.dg/template/dtor2.C | 2 +- gcc/testsuite/g++.dg/template/error9.C | 2 +- gcc/testsuite/g++.dg/tls/diag-2.C | 6 ++--- gcc/testsuite/g++.dg/tls/diag-4.C | 6 ++--- gcc/testsuite/g++.dg/tls/diag-5.C | 2 +- gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C | 2 +- 13 files changed, 68 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/int128-6.C