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 db2aedb29701935fafe7f480c4270cd45e1ac66c..cbb63d0ee61fffe19a6a02c6aed87ef3b18f61a5 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 60d9ecca3ed2e068f59e1bbcd213518ca2cdea41..71a172abc72756c8ace20632350d52f1084259c4 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>