This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e8c5013b6b7 sarif-replay: fix off-by-one in handling of "endColumn" (§3 [...] new c74e7f651a0 c++: Reject cdtors and conversion operators with a single * [...]
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/decl.cc | 50 +++++++++++++++++------ gcc/testsuite/g++.dg/parse/constructor4.C | 54 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/parse/constructor5.C | 48 ++++++++++++++++++++++ gcc/testsuite/g++.dg/parse/conv_op2.C | 10 +++++ gcc/testsuite/g++.dg/parse/default_to_int.C | 37 +++++++++++++++++ gcc/testsuite/g++.old-deja/g++.jason/operator.C | 2 +- 6 files changed, 187 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/constructor4.C create mode 100644 gcc/testsuite/g++.dg/parse/constructor5.C create mode 100644 gcc/testsuite/g++.dg/parse/conv_op2.C create mode 100644 gcc/testsuite/g++.dg/parse/default_to_int.C