This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a4a0961 Daily bump. new a28dd57 Fix PR c++/70218 (illegal access to private field succeeds) new efc86c4 Fix PR c++/70205 (ICE on valid call to qualified static membe [...]
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 | 14 ++++++++++++++ gcc/cp/parser.c | 4 ++-- gcc/cp/search.c | 4 +++- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70218.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/lookup/pr70205.C | 11 +++++++++++ 6 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70218.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr70205.C