Fix PR number for r12-2991 in ChangeLogs

This commit is contained in:
Patrick Palka 2021-08-19 09:05:35 -04:00
parent 0187e0d736
commit 0c0907f991
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2021-08-18 Patrick Palka <ppalka@redhat.com>
PR c++/101344
PR c++/101820
PR c++/101803
* cp-tree.h (CONSTRUCTOR_BRACES_ELIDED_P): Define.
* decl.c (reshape_init_r): Set it.
* pt.c (collect_ctor_idx_types): Recurse into a sub-CONSTRUCTOR

View File

@ -40,7 +40,7 @@
2021-08-18 Patrick Palka <ppalka@redhat.com>
PR c++/101344
PR c++/101820
PR c++/101803
* g++.dg/cpp2a/class-deduction-aggr11.C: New test.
* g++.dg/cpp2a/class-deduction-aggr12.C: New test.