This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ceb795f5ea 2018-03-29 Vladimir Makarov vmakarov@redhat.com new 253d2fd6cc9 PR c++/85060 - wrong-code with call to base member in template. new 7588bdefe63 * pt.c (build_non_dependent_expr): Propagate expr location. new 9830757214a PR c++/85093 - too many template args with pack expansion. [...]
The 3 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 | 16 +++++++++++++++ gcc/cp/pt.c | 19 +++++++++++++++++- gcc/cp/search.c | 2 +- gcc/testsuite/g++.dg/cpp0x/variadic-empty1.C | 13 +++++++++++++ gcc/testsuite/g++.dg/template/dependent-base3.C | 26 +++++++++++++++++++++++++ 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-empty1.C create mode 100644 gcc/testsuite/g++.dg/template/dependent-base3.C