This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 77e71619532 DCO Entry new f2da9e26f5c Fix diagnostic recursion ICE new b1e701dc4ad [c++] Adjust mark used member in instantiated class scope
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/init.c | 3 ++- gcc/cp/pt.c | 13 ++++++++----- gcc/testsuite/g++.dg/diagnostic/recur-align.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/template/attr-used.C | 16 ++++++++++++++++ 4 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/recur-align.C create mode 100644 gcc/testsuite/g++.dg/template/attr-used.C