]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct PR numbers in the last Changelog.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 10 Apr 2020 23:46:52 +0000 (00:46 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 10 Apr 2020 23:46:52 +0000 (00:46 +0100)
I mistyped the PR number in the actual fix commit
r10-7682-g0666767eb4cc864f00ba34d97b9d58f8dc650bba.

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 79c292a821a74029dd504cca3b51155dadf254fb..27c79be4034f30bfb454e7ba9c24b9b70fc89bfd 100644 (file)
@@ -1,6 +1,6 @@
 2020-04-10  Iain Sandoe  <iain@sandoe.co.uk>
 
-       PR c++/94538
+       PR c++/94528
        * coroutines.cc (co_await_expander): Remove.
        (expand_one_await_expression): New.
        (process_one_statement): New.
index 33ebac754ad76c6463e57925bf5311e722b8aad7..91b70275ba665a111e8ad3c4181d95ffbc974538 100644 (file)
@@ -1,6 +1,6 @@
 2020-04-10  Iain Sandoe  <iain@sandoe.co.uk>
 
-       PR c++/94538
+       PR c++/94528
        * g++.dg/coroutines/pr94528.C: New test.
 
 2020-04-10  Marek Polacek  <polacek@redhat.com>