aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPatrick Palka <ppalka@redhat.com>2021-08-19 09:05:35 -0400
committerPatrick Palka <ppalka@redhat.com>2021-08-19 09:05:35 -0400
commit0c0907f99155366e9f3560c29ac37eb0e2880254 (patch)
tree93c8b5a278204b48b06d8011c0cfb7e9ef5f75ae /gcc
parent0187e0d7360f327f88d8b2294668669306ae4630 (diff)
downloadgcc-0c0907f99155366e9f3560c29ac37eb0e2880254.zip
gcc-0c0907f99155366e9f3560c29ac37eb0e2880254.tar.gz
gcc-0c0907f99155366e9f3560c29ac37eb0e2880254.tar.bz2
Fix PR number for r12-2991 in ChangeLogs
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a06a496..6f872f6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 57b714a..7cdc16d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.