This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
discards eff444c0c7f [PR c++/84789] do not fail to resolve typename into templat [...] discards 67b88f27a67 [PR c++/71251] check tmpl parms in template using decl discards 32242ca966f [PR c++/84729] reject parenthesized array init discards 7ef5daa411c Disable auto_is_implicit_function_template_parm_p while par [...] new 3014462500d Disable auto_is_implicit_function_template_parm_p while par [...] new c06585cf787 [PR c++/84943] allow folding of array indexing indirect_ref
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (eff444c0c7f) \ N -- N -- N refs/heads/aoliva/testme (c06585cf787)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 7 ++++-- gcc/cp/parser.c | 12 +---------- gcc/cp/pt.c | 5 ++--- gcc/cp/typeck.c | 10 ++++----- gcc/testsuite/g++.dg/cpp0x/pr71251.C | 15 ------------- gcc/testsuite/g++.dg/parse/dtor11.C | 2 +- gcc/testsuite/g++.dg/pr84729.C | 7 ------ gcc/testsuite/g++.dg/pr84943.C | 8 +++++++ gcc/testsuite/g++.dg/template/pr84789-2.C | 26 ---------------------- gcc/testsuite/g++.dg/template/pr84789-3.C | 31 --------------------------- gcc/testsuite/g++.dg/template/pr84789.C | 13 ----------- gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C | 4 ++-- gcc/testsuite/g++.old-deja/g++.robertl/eb58.C | 4 ++-- gcc/testsuite/g++.old-deja/g++.robertl/eb63.C | 4 ++-- 14 files changed, 28 insertions(+), 120 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71251.C delete mode 100644 gcc/testsuite/g++.dg/pr84729.C create mode 100644 gcc/testsuite/g++.dg/pr84943.C delete mode 100644 gcc/testsuite/g++.dg/template/pr84789-2.C delete mode 100644 gcc/testsuite/g++.dg/template/pr84789-3.C delete mode 100644 gcc/testsuite/g++.dg/template/pr84789.C