This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 93c45686b44 Do not handled volatile arguments (PR sanitizer/82484). new 454031760ea PR c++/71569 - ICE with redundant args on member variable [...]
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 | 10 ++++++++++ gcc/cp/decl.c | 20 +++++++++----------- gcc/cp/pt.c | 10 +++++++--- gcc/testsuite/g++.dg/cpp1y/var-templ58.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ58a.C | 14 ++++++++++++++ 5 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ58.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ58a.C