Fix some ChangeLog entries
authorPatrick Palka <ppalka@redhat.com>
Tue, 9 Jun 2020 13:57:25 +0000 (09:57 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 9 Jun 2020 13:57:25 +0000 (09:57 -0400)
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index db2aedb..cbb63d0 100644 (file)
 2020-05-13  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/95020
-       * constraint.c (tsubst_requires_expr): Produce a new
+       * constraint.cc (tsubst_requires_expr): Produce a new
        requires-expression when processing_template_decl, even if
        template arguments are not dependent.
 
index 60d9ecc..71a172a 100644 (file)
 2020-05-13  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/95020
-       * g++/cpp2a/concepts-lambda7.C: New test.
+       * g++.dg/cpp2a/concepts-lambda7.C: New test.
 
 2020-05-13  Marek Polacek  <polacek@redhat.com>