This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dabb58ae7c5 P0704R1 - fixing const-qualified pointers to members * ty [...] new 3d86686488f PR c++/82299 * decl.c (reshape_init): Suppress warn_usele [...] new ce6abecd77d [PR c++/82424] Dont convert dependent types
The 2 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 | 11 +++++++++++ gcc/cp/decl.c | 5 ++++- gcc/cp/name-lookup.c | 6 +++++- gcc/cp/typeck.c | 5 ++++- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/pr82299.C | 9 +++++++++ gcc/testsuite/g++.dg/warn/pr82424.C | 20 ++++++++++++++++++++ 7 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr82299.C create mode 100644 gcc/testsuite/g++.dg/warn/pr82424.C