This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1de8eb3e97b PR c++/89705 - ICE with reference binding with conversion [...] new 751baf9c42c PR c++/89214 - ICE when initializing aggregates with bases [...]
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 | 4 +++ gcc/cp/typeck2.c | 25 +++++++++++++++-- gcc/testsuite/ChangeLog | 4 +++ gcc/testsuite/g++.dg/cpp1z/aggr-base8.C | 48 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/aggr-base9.C | 33 +++++++++++++++++++++++ 5 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base8.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base9.C