This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b35ddf18641 [gcc] new d5e30f014b6 [PR c++/84492] stmt expr ending with overload new 47608302d0d [PR c++/84593] ice on braced init with uninit ref field new 11a93d7a09b [C++] [PR84231] overload on cond_expr in template
The 3 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 | 19 +++++++++++++++++ gcc/cp/call.c | 12 +++++++---- gcc/cp/init.c | 5 ++++- gcc/cp/parser.c | 4 +++- gcc/cp/semantics.c | 9 +++++++- gcc/cp/tree.c | 15 ++++++++++++++ gcc/cp/typeck.c | 4 ---- gcc/testsuite/ChangeLog | 11 ++++++++++ gcc/testsuite/g++.dg/cpp1y/pr84593.C | 8 ++++++++ gcc/testsuite/g++.dg/pr84231.C | 29 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/pr84492.C | 40 ++++++++++++++++++++++++++++++++++++ 11 files changed, 145 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84593.C create mode 100644 gcc/testsuite/g++.dg/pr84231.C create mode 100644 gcc/testsuite/g++.dg/pr84492.C