From: Iain Sandoe Date: Wed, 22 Apr 2020 11:20:15 +0000 (+0100) Subject: Add a missed Changelog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a047a32782cfeb7c2265af5b607ac4c51a9f6cc;p=gcc.git Add a missed Changelog entry. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7edcbbf433a..7ba2c72e3bc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,6 +3,21 @@ PR tree-optimization/94700 * gcc.target/aarch64/sve/acle/general/pr94700.c: New test. +2020-04-22 Iain Sandoe + + * g++.dg/coroutines/torture/local-var-0.C: Rename to... + * g++.dg/coroutines/torture/local-var-00-const.C: ...this. + * g++.dg/coroutines/torture/local-var-1.C: Rename to... + * g++.dg/coroutines/torture/local-var-01-single.C: ...this. + * g++.dg/coroutines/torture/local-var-2.C: Rename to... + * g++.dg/coroutines/torture/local-var-02-conditional.C: ...this. + * g++.dg/coroutines/torture/local-var-3.C: Rename to... + * g++.dg/coroutines/torture/local-var-03-with-awaits.C: ...this. + * g++.dg/coroutines/torture/local-var-4.C: Rename to... + * g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C: this. + * g++.dg/coroutines/torture/local-var-5-awaitable.C: Rename to... + * g++.dg/coroutines/torture/local-var-05-awaitable.C: ...this. + 2020-04-22 Iain Sandoe PR c++/94682